Do not pass DisconnectPeer events upstream to the client

This commit is contained in:
Matt Corallo 2018-07-24 22:08:40 -04:00
parent af5c6e8186
commit bdd77ae1fa

View file

@ -747,6 +747,7 @@ impl<Descriptor: SocketDescriptor> PeerManager<Descriptor> {
descriptor.disconnect_socket();
self.message_handler.chan_handler.peer_disconnected(&node_id, false);
}
continue;
},
}