contractcourt/channel_arbitrator: add missing return after forceClose request

This commit is contained in:
Johan T. Halseth 2018-04-03 14:46:52 +02:00
parent 0b2e6d1776
commit 24e8bace9c
No known key found for this signature in database
GPG Key ID: 15BAADA29DA20D26

@ -1476,6 +1476,7 @@ func (c *ChannelArbitrator) channelAttendant(bestHeight int32) {
log.Infof("ChannelArbitrator(%v): all "+
"contracts resolved, exiting",
c.cfg.ChanPoint)
return
}
case <-c.quit: