mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-10-11 04:22:52 +02:00
itest: fix flake in multi_hop_htlc_remote_chain_claim
This commit is contained in:
@@ -1435,7 +1435,7 @@ func runMultiHopHtlcRemoteChainClaim(ht *lntest.HarnessTest,
|
|||||||
|
|
||||||
// If we then mine 3 additional blocks, Carol's second level tx will
|
// If we then mine 3 additional blocks, Carol's second level tx will
|
||||||
// mature, and she should pull the funds.
|
// mature, and she should pull the funds.
|
||||||
ht.MineBlocks(carolSecondLevelCSV)
|
ht.MineEmptyBlocks(int(carolSecondLevelCSV))
|
||||||
carolSweep := ht.Miner.AssertNumTxsInMempool(1)[0]
|
carolSweep := ht.Miner.AssertNumTxsInMempool(1)[0]
|
||||||
|
|
||||||
// When Carol's sweep gets confirmed, she should have no more pending
|
// When Carol's sweep gets confirmed, she should have no more pending
|
||||||
|
Reference in New Issue
Block a user