Skip to content

Commit

Permalink
fix(network): missing multiaddr import
Browse files Browse the repository at this point in the history
  • Loading branch information
eitanm-starkware committed Aug 18, 2024
1 parent 6d48a42 commit 07c570f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/papyrus_network/src/network_manager/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use futures::stream::{self, FuturesUnordered, Map, Stream};
use futures::{pin_mut, FutureExt, Sink, SinkExt, StreamExt};
use libp2p::gossipsub::{SubscriptionError, TopicHash};
use libp2p::swarm::SwarmEvent;
use libp2p::{PeerId, StreamProtocol, Swarm};
use libp2p::{Multiaddr, PeerId, StreamProtocol, Swarm};
use metrics::gauge;
use papyrus_common::metrics as papyrus_metrics;
use sqmr::Bytes;
Expand Down

0 comments on commit 07c570f

Please sign in to comment.