mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-29 17:18:08 -05: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