Skip to content

Commit

Permalink
restore tx version to zero
Browse files Browse the repository at this point in the history
  • Loading branch information
HermanObst committed Oct 15, 2024
1 parent 14d7101 commit 9db1d56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/deprecated_syscalls_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ async fn test_syscall_get_block_number_cairo0(

let block_number = block_context.block_info().block_number.0;

let tx_version = TransactionVersion::THREE;
let tx_version = TransactionVersion::ZERO;
let mut nonce_manager = NonceManager::default();
let tx = test_utils::account_invoke_tx(invoke_tx_args! {
max_fee,
Expand Down

0 comments on commit 9db1d56

Please sign in to comment.