mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 19:09:54 +00:00
chore: rm duplicated remove_pending_session call (#6773)
This commit is contained in:
@ -578,7 +578,6 @@ impl SessionManager {
|
||||
Poll::Ready(SessionEvent::OutgoingConnectionError { remote_addr, peer_id, error })
|
||||
}
|
||||
PendingSessionEvent::EciesAuthError { remote_addr, session_id, error, direction } => {
|
||||
self.remove_pending_session(&session_id);
|
||||
trace!(
|
||||
target: "net::session",
|
||||
?error,
|
||||
|
||||
Reference in New Issue
Block a user