Fix up wasm runtime.

This commit is contained in:
Gav
2018-01-16 18:56:57 +01:00
parent b62a8f9587
commit dc6ebf71cf
12 changed files with 45 additions and 28 deletions
+2 -2
View File
@@ -136,8 +136,8 @@ impl_function_executor!(this: FunctionExecutor<'e, E>,
} else { 0 }
} else { 0 }
},
ext_deposit_log(_log_data: *const u8, _log_len: u32) => {
// TODO
ext_chain_id() -> u64 => {
42u64
}
=> <'e, E: Externalities + 'e>
);