Skip to content

Commit

Permalink
x - itest: further reduce block mined in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yyforyongyu committed Nov 19, 2024
1 parent d04d4e3 commit ed503b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion itest/lnd_channel_backup_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1499,7 +1499,6 @@ func assertTimeLockSwept(ht *lntest.HarnessTest, carol, dave *node.HarnessNode,
ht.AssertNumPendingSweeps(dave, 2)

// Mine a block to trigger the sweeps.
ht.MineEmptyBlocks(1)
daveSweep := ht.AssertNumTxsInMempool(1)[0]
block := ht.MineBlocksAndAssertNumTxes(1, 1)[0]
ht.AssertTxInBlock(block, daveSweep)
Expand Down

0 comments on commit ed503b5

Please sign in to comment.