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

Commit 1ab9f99

Browse files
committed
fix(zkevm-circuits/begin_tx): remove unnecessary comments
1 parent 4f77fa2 commit 1ab9f99

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

zkevm-circuits/src/evm_circuit/execution/begin_tx.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,6 @@ impl<F: Field> ExecutionGadget<F> for BeginTxGadget<F> {
160160
// no_callee_code is true when the account exists and has empty
161161
// code hash, or when the account doesn't exist (which we encode with
162162
// code_hash = 0).
163-
// Why do we have summation here if any of the terms is enough?
164163
let no_callee_code = is_empty_code_hash.expr() + callee_not_exists.expr();
165164

166165
// TODO: And not precompile

0 commit comments

Comments
 (0)