Skip to content

Commit

Permalink
Uses correct consensus branch id in test
Browse files Browse the repository at this point in the history
  • Loading branch information
arya2 committed Dec 13, 2024
1 parent 877e4c9 commit 064d0ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zebra-consensus/src/transaction/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,7 @@ async fn skips_verification_of_block_transactions_in_mempool() {

// Create a non-coinbase V4 tx with the last valid expiry height.
let tx = Transaction::V5 {
network_upgrade: NetworkUpgrade::Nu5,
network_upgrade: NetworkUpgrade::Nu6,
inputs: vec![input],
outputs: vec![output],
lock_time: LockTime::min_lock_time_timestamp(),
Expand Down

0 comments on commit 064d0ee

Please sign in to comment.