Skip to content

Commit

Permalink
Merge pull request lightningnetwork#8201 from yyforyongyu/flake-fix
Browse files Browse the repository at this point in the history
itest: fix flake in `multi_hop_htlc_remote_chain_claim`
  • Loading branch information
yyforyongyu authored Nov 17, 2023
2 parents 3ee33ba + ded9fe6 commit e8bdf01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion itest/lnd_multi-hop_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1435,7 +1435,7 @@ func runMultiHopHtlcRemoteChainClaim(ht *lntest.HarnessTest,

// If we then mine 3 additional blocks, Carol's second level tx will
// mature, and she should pull the funds.
ht.MineBlocks(carolSecondLevelCSV)
ht.MineEmptyBlocks(int(carolSecondLevelCSV))
carolSweep := ht.Miner.AssertNumTxsInMempool(1)[0]

// When Carol's sweep gets confirmed, she should have no more pending
Expand Down

0 comments on commit e8bdf01

Please sign in to comment.