diff --git a/contractcourt/chain_watcher.go b/contractcourt/chain_watcher.go index 99565505..aab395c6 100644 --- a/contractcourt/chain_watcher.go +++ b/contractcourt/chain_watcher.go @@ -314,7 +314,6 @@ func (c *chainWatcher) SubscribeChannelEvents() *ChainEventSubscription { c.Lock() delete(c.clientSubscriptions, clientID) c.Unlock() - return }, }