contractcourt/chain_arbitrator: add MarkCommitmentBroadcasted to ChanArb cfg

This commit is contained in:
Johan T. Halseth 2018-04-03 14:04:30 +02:00
parent c51f6352c3
commit 1265c9cc99
No known key found for this signature in database
GPG Key ID: 15BAADA29DA20D26

@ -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)