contractcourt: remove redundant return
This commit is contained in:
parent
1519a1bdfe
commit
ccf6e2a393
@ -314,7 +314,6 @@ func (c *chainWatcher) SubscribeChannelEvents() *ChainEventSubscription {
|
|||||||
c.Lock()
|
c.Lock()
|
||||||
delete(c.clientSubscriptions, clientID)
|
delete(c.clientSubscriptions, clientID)
|
||||||
c.Unlock()
|
c.Unlock()
|
||||||
return
|
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user