Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
nitpick
Browse files Browse the repository at this point in the history
  • Loading branch information
ChihChengLiang committed Feb 27, 2024
1 parent 598ad11 commit 0522b5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zkevm-circuits/src/evm_circuit/execution/create.rs
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ impl<F: Field, const IS_CREATE2: bool, const S: ExecutionState> ExecutionGadget<
cb,
create.caller_address(),
contract_addr.to_word(),
0.expr(),
false.expr(),
true.expr(),
value.clone(),
&mut callee_reversion_info,
Expand Down

0 comments on commit 0522b5c

Please sign in to comment.