From 1265c9cc9948ac78ee08df379aea08b1ce724351 Mon Sep 17 00:00:00 2001 From: "Johan T. Halseth" Date: Tue, 3 Apr 2018 14:04:30 +0200 Subject: [PATCH] contractcourt/chain_arbitrator: add MarkCommitmentBroadcasted to ChanArb cfg --- contractcourt/chain_arbitrator.go | 1 + 1 file changed, 1 insertion(+) diff --git a/contractcourt/chain_arbitrator.go b/contractcourt/chain_arbitrator.go index 82ab1add..31917452 100644 --- a/contractcourt/chain_arbitrator.go +++ b/contractcourt/chain_arbitrator.go @@ -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)