diff --git a/routing/router.go b/routing/router.go index 2a9459aa..8b88d3fc 100644 --- a/routing/router.go +++ b/routing/router.go @@ -489,8 +489,8 @@ func (r *ChannelRouter) networkHandler() { if ntfnUpdate.cancel { if client, ok := r.topologyClients[ntfnUpdate.clientID]; ok { delete(r.topologyClients, clientID) - close(client.ntfnChan) close(client.exit) + close(client.ntfnChan) } continue