contractcourt+itest: make sure ChannelArbitrator has the latest htlcs

This commit is contained in:
yyforyongyu
2024-05-17 05:02:02 +08:00
parent 71ee50f87c
commit e45db07a10
3 changed files with 7 additions and 6 deletions

View File

@@ -713,12 +713,6 @@ func runMultiHopLocalForceCloseOnChainHtlcTimeout(ht *lntest.HarnessTest,
// to be mined to trigger a force close later on.
var blocksMined uint32
// We need to mine a block otherwise `FindOutgoingHTLCDeadline` cannot
// find the incoming HTLC on Bob's ChainArbitrator.
//
// TODO(yy): Investigate and fix it!
ht.MineEmptyBlocks(1)
// Now that all parties have the HTLC locked in, we'll immediately
// force close the Bob -> Carol channel. This should trigger contract
// resolution mode for both of them.