Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
DreamWuGit committed Sep 11, 2024
1 parent 5b4aaa9 commit c2abcd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zkevm-circuits/src/evm_circuit/execution/begin_tx.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1784,7 +1784,7 @@ mod test {
.sig_data(sig_data2);

for tx in [tx1, tx2] {
let ctx = build_legacy_ctx(8_000_000.into(), &tx).unwrap();
let ctx = build_legacy_ctx(gwei(8_000_000), &tx).unwrap();
CircuitTestBuilder::new_from_test_ctx(ctx)
.params(CircuitsParams {
max_calldata: 300,
Expand Down

0 comments on commit c2abcd3

Please sign in to comment.