We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 872b76a commit 7604df9Copy full SHA for 7604df9
runtime/wasm/src/module/mod.rs
@@ -161,7 +161,7 @@ impl WasmInstance {
161
mut self,
162
handler_name: &str,
163
) -> Result<BlockState, anyhow::Error> {
164
- let block = self.instance_ctx().ctx.block.clone();
+ let block: &Arc<EthereumBlockType> = &self.take_ctx().ctx.block;
165
166
// Prepare an Ethereum Block for the WASM runtime
167
let arg = match block.as_ref() {
0 commit comments