mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-03-15 15:39:09 +01:00
Do not pass DisconnectPeer events upstream to the client
This commit is contained in:
parent
af5c6e8186
commit
bdd77ae1fa
1 changed files with 1 additions and 0 deletions
|
@ -747,6 +747,7 @@ impl<Descriptor: SocketDescriptor> PeerManager<Descriptor> {
|
|||
descriptor.disconnect_socket();
|
||||
self.message_handler.chan_handler.peer_disconnected(&node_id, false);
|
||||
}
|
||||
continue;
|
||||
},
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue