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

Commit

Permalink
fix(concurrency): fix usage of invoke_tx_args! macro with redundent f…
Browse files Browse the repository at this point in the history
…ield name (#1985)
  • Loading branch information
avi-starkware authored Jun 16, 2024
1 parent ab9375d commit 926cb36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/blockifier/src/concurrency/worker_logic_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ fn trivial_calldata_invoke_tx(
calldata: create_trivial_calldata(test_contract_address),
resource_bounds: l1_resource_bounds(MAX_L1_GAS_AMOUNT, MAX_L1_GAS_PRICE),
version: TransactionVersion::THREE,
nonce: nonce,
nonce,
})
}

Expand Down

0 comments on commit 926cb36

Please sign in to comment.