WASM Remove blockhash error (#7121)

* Remove blockhash error

* Update tests.
This commit is contained in:
Sergey Pepyakin
2017-11-26 23:18:58 +03:00
committed by Tomasz Drwięga
parent a8cf4efc91
commit ef702b77dc
4 changed files with 4 additions and 4 deletions

View File

@@ -665,7 +665,7 @@ impl<'a, 'b> Runtime<'a, 'b> {
self.memory.set(return_ptr, &*hash)?;
Ok(Some(0i32.into()))
Ok(None)
}
fn return_address_ptr(&mut self, ptr: u32, val: Address) -> Result<(), InterpreterError>