Add the missing internal functions.

This commit is contained in:
Gav
2018-01-23 15:25:00 +01:00
parent 9ca552bde4
commit 2e69b7c166
6 changed files with 66 additions and 36 deletions
@@ -42,6 +42,7 @@ pub fn deposit_log(log: &[u8]) {
});
}
/// Actually execute all transitioning for `block`.
pub fn execute_block(mut block: Block) {
// populate environment from header.
with_env(|e| {