Skip to content

Commit

Permalink
chore: rm unused mods (#9602)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored Jul 18, 2024
1 parent 85b65db commit 0585bb2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 20 deletions.
7 changes: 4 additions & 3 deletions crates/rpc/rpc-types/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@
#![cfg_attr(not(test), warn(unused_crate_dependencies))]
#[allow(hidden_glob_reexports)]
mod eth;
mod peer;

/// Alias for a peer identifier
pub type PeerId = B512;

use alloy_primitives::B512;
// re-export for convenience
pub use alloy_rpc_types::serde_helpers;

Expand Down Expand Up @@ -51,5 +54,3 @@ pub use eth::{
error::ToRpcError,
transaction::{self, TransactionRequest, TypedTransactionRequest},
};

pub use peer::*;
13 changes: 0 additions & 13 deletions crates/rpc/rpc-types/src/net.rs

This file was deleted.

4 changes: 0 additions & 4 deletions crates/rpc/rpc-types/src/peer.rs

This file was deleted.

0 comments on commit 0585bb2

Please sign in to comment.