Skip to content

Commit

Permalink
test(starknet_api): set l1 handler tx version to default zero
Browse files Browse the repository at this point in the history
  • Loading branch information
ArniStarkware committed Dec 16, 2024
1 parent 9314006 commit 7e41e5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/starknet_api/src/test_utils/l1_handler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pub struct L1HandlerTxArgs {
impl Default for L1HandlerTxArgs {
fn default() -> Self {
L1HandlerTxArgs {
version: TransactionVersion::THREE,
version: TransactionVersion::ZERO,
nonce: Nonce::default(),
contract_address: ContractAddress::default(),
entry_point_selector: EntryPointSelector::default(),
Expand Down

0 comments on commit 7e41e5e

Please sign in to comment.