Skip to content
This repository was archived by the owner on Apr 18, 2025. It is now read-only.

Commit 3d6283c

Browse files
authored
Update execution.rs
1 parent c1ffdfc commit 3d6283c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zkevm-circuits/src/evm_circuit/execution.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ pub(crate) struct ExecutionConfig<F> {
302302
sstore_gadget: Box<SstoreGadget<F>>,
303303
stop_gadget: Box<StopGadget<F>>,
304304
swap_gadget: Box<SwapGadget<F>>,
305-
blockhash_gadget: DummyGadget<F, 1, 1, { ExecutionState::BLOCKHASH }>,
305+
blockhash_gadget: Box<DummyGadget<F, 1, 1, { ExecutionState::BLOCKHASH }>>,
306306
block_ctx_u64_gadget: Box<BlockCtxU64Gadget<F>>,
307307
block_ctx_u160_gadget: Box<BlockCtxU160Gadget<F>>,
308308
block_ctx_u256_gadget: Box<BlockCtxU256Gadget<F>>,

0 commit comments

Comments
 (0)