Skip to content

Commit

Permalink
chore(mempool_p2p): remove deprecated comment from error (#2005)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShahakShama authored Nov 13, 2024
1 parent 2b4f533 commit d2949d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/starknet_mempool_p2p_types/src/errors.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
use serde::{Deserialize, Serialize};
use thiserror::Error;

// This error is defined even though it's empty to be compatible with the other components.
#[derive(Debug, Error, Serialize, Deserialize, Clone)]
pub enum MempoolP2pPropagatorError {
#[error("Sender request error")]
Expand Down

0 comments on commit d2949d9

Please sign in to comment.