contractcourt: remove redundant return

This commit is contained in:
Andras Banki-Horvath 2020-04-09 19:33:36 +02:00
parent 1519a1bdfe
commit ccf6e2a393

@ -314,7 +314,6 @@ func (c *chainWatcher) SubscribeChannelEvents() *ChainEventSubscription {
c.Lock()
delete(c.clientSubscriptions, clientID)
c.Unlock()
return
},
}