contractcourt+lnwallet: specify deadline and budget for htlc success

This commit is contained in:
yyforyongyu
2024-03-19 07:54:52 +08:00
parent 01fd4e5642
commit d1ad07fa21
2 changed files with 43 additions and 12 deletions

View File

@@ -1768,8 +1768,8 @@ func (c *ChannelArbitrator) checkCommitChainActions(height uint32,
continue
}
toChain := c.shouldGoOnChain(htlc, c.cfg.IncomingBroadcastDelta,
height,
toChain := c.shouldGoOnChain(
htlc, c.cfg.IncomingBroadcastDelta, height,
)
if toChain {