diff --git a/contractcourt/channel_arbitrator.go b/contractcourt/channel_arbitrator.go index ba64eecc..d4c2396a 100644 --- a/contractcourt/channel_arbitrator.go +++ b/contractcourt/channel_arbitrator.go @@ -277,8 +277,13 @@ func (c *ChannelArbitrator) Start() error { fallthrough case StateCommitmentBroadcasted: switch c.cfg.CloseType { + + case channeldb.CooperativeClose: + trigger = coopCloseTrigger + case channeldb.LocalForceClose: trigger = localCloseTrigger + case channeldb.RemoteForceClose: trigger = remoteCloseTrigger }