contractcourt/channel_arbitrator: add missing return after forceClose request
This commit is contained in:
parent
0b2e6d1776
commit
24e8bace9c
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user