mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-08 05:08:13 +02:00
contractcourt: remove redundant return
This commit is contained in:
@@ -314,7 +314,6 @@ func (c *chainWatcher) SubscribeChannelEvents() *ChainEventSubscription {
|
||||
c.Lock()
|
||||
delete(c.clientSubscriptions, clientID)
|
||||
c.Unlock()
|
||||
return
|
||||
},
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user