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

Commit 13d9cba

Browse files
committed
fix(zkevm-circuits/begin_tx): remove unnecessary comment
1 parent 8996f37 commit 13d9cba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: zkevm-circuits/src/evm_circuit/execution/begin_tx.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ impl<F: Field> ExecutionGadget<F> for BeginTxGadget<F> {
133133
1.expr(),
134134
// No extra constraint being used here.
135135
// Correctness will be enforced in build_tx_access_list_account_constraints
136-
is_caller_callee_equal.expr(), // And value_prev = is_caller_callee_equal
136+
is_caller_callee_equal.expr(),
137137
None,
138138
); // rwc_delta += 1
139139

0 commit comments

Comments
 (0)