Skip to content

Commit

Permalink
chore: group tx manager functions (#12679)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored Nov 19, 2024
1 parent 8c467e4 commit 7c7baca
Show file tree
Hide file tree
Showing 2 changed files with 417 additions and 416 deletions.
2 changes: 1 addition & 1 deletion crates/net/network/src/network.rs
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ impl<N: NetworkPrimitives> PeersInfo for NetworkHandle<N> {
}
}

impl Peers for NetworkHandle {
impl<N: NetworkPrimitives> Peers for NetworkHandle<N> {
fn add_trusted_peer_id(&self, peer: PeerId) {
self.send_message(NetworkHandleMessage::AddTrustedPeerId(peer));
}
Expand Down
Loading

0 comments on commit 7c7baca

Please sign in to comment.