mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2025-12-19 07:04:25 +01: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 "+
|
log.Infof("ChannelArbitrator(%v): all "+
|
||||||
"contracts resolved, exiting",
|
"contracts resolved, exiting",
|
||||||
c.cfg.ChanPoint)
|
c.cfg.ChanPoint)
|
||||||
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
case <-c.quit:
|
case <-c.quit:
|
||||||
|
|||||||
Reference in New Issue
Block a user