Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejka committed Oct 31, 2024
1 parent 9c616af commit 0b76870
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/consensus/src/validation/transaction.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ mod tests {
#[test]
fn test_absolute_locktime_block_height() {
let tx = Transaction {
version: 1,
version: 2,
is_segwit: false,
inputs: array![
TxIn {
Expand Down Expand Up @@ -312,7 +312,7 @@ mod tests {
#[test]
fn test_absolute_locktime_block_time() {
let tx = Transaction {
version: 1,
version: 2,
is_segwit: false,
inputs: array![
TxIn {
Expand Down

0 comments on commit 0b76870

Please sign in to comment.