Skip to content

Commit

Permalink
chore: remove unused p2p error type (#13785)
Browse files Browse the repository at this point in the history
  • Loading branch information
int88 authored Jan 13, 2025
1 parent 749facc commit 6f7c445
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions crates/net/eth-wire/src/errors/p2p.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,6 @@ pub enum P2PStreamError {
#[error("mismatched protocol version in Hello message: {0}")]
MismatchedProtocolVersion(GotExpected<ProtocolVersion>),

/// Ping started before the handshake completed.
#[error("started ping task before the handshake completed")]
PingBeforeHandshake,

/// Too many messages buffered before sending.
#[error("too many messages buffered before sending")]
SendBufferFull,
Expand Down

0 comments on commit 6f7c445

Please sign in to comment.