WASM Remove blockhash error (#7121)
* Remove blockhash error * Update tests.
This commit is contained in:
committed by
Nikolay Volf
parent
68db425fe8
commit
359b4de3ff
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user