Skip to content

Commit

Permalink
Fix test_txpool
Browse files Browse the repository at this point in the history
  • Loading branch information
jangko committed Jan 14, 2025
1 parent 438fbb1 commit 488fa12
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_txpool.nim
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,8 @@ proc txPoolMain*() =
xp.checkAddTx(ptx2)

xp2.checkImportBlock(2, 0)

xp.timestamp = xp2.timestamp + 1
xp.checkImportBlock(1, 0)

test "mixed type of transactions":
Expand Down

0 comments on commit 488fa12

Please sign in to comment.