mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-22 22:25:24 +01:00
contractcourt/chain_arbitrator: add MarkCommitmentBroadcasted to ChanArb cfg
This commit is contained in:
parent
c51f6352c3
commit
1265c9cc99
1 changed files with 1 additions and 0 deletions
|
@ -231,6 +231,7 @@ func newActiveChannelArbitrator(channel *channeldb.OpenChannel,
|
|||
|
||||
return chanMachine.ForceClose()
|
||||
},
|
||||
MarkCommitmentBroadcasted: channel.MarkCommitmentBroadcasted,
|
||||
CloseChannel: func(summary *channeldb.ChannelCloseSummary) error {
|
||||
log.Tracef("ChannelArbitrator(%v): closing "+
|
||||
"channel", chanPoint)
|
||||
|
|
Loading…
Add table
Reference in a new issue