mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-31 17:51:33 +02:00
contractcourt+lnwallet: specify deadline and budget for htlc success
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user