mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-05 17:05:50 +02:00
contractcourt/channel_arbitrator: add missing return after forceClose request
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user