Skip to content

Commit bdd77ae

Browse files
committed
Do not pass DisconnectPeer events upstream to the client
1 parent af5c6e8 commit bdd77ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ln/peer_handler.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -747,6 +747,7 @@ impl<Descriptor: SocketDescriptor> PeerManager<Descriptor> {
747747
descriptor.disconnect_socket();
748748
self.message_handler.chan_handler.peer_disconnected(&node_id, false);
749749
}
750+
continue;
750751
},
751752
}
752753

0 commit comments

Comments
 (0)