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

Commit

Permalink
refactor(evm_circuit): fix in invalid_tx
Browse files Browse the repository at this point in the history
  • Loading branch information
curryrasul committed Jan 23, 2024
1 parent fd9fa79 commit 1d907ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zkevm-circuits/src/evm_circuit/execution/invalid_tx.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ impl<F: Field> ExecutionGadget<F> for InvalidTxGadget<F> {
begin_tx.tx_id.expr(),
false.expr(),
0.expr(),
8.expr(),
7.expr(),
);

Self {
Expand Down

0 comments on commit 1d907ad

Please sign in to comment.