Skip to content

Commit

Permalink
update crate
Browse files Browse the repository at this point in the history
  • Loading branch information
vekamo committed Nov 3, 2024
1 parent ea6b0d8 commit c7ecae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p2p/src/libp2p_connection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
//! the peer-to-peer server, the blockchain and the transaction pool) and acts
//! as a facade.
use libp2p_tokio_socks5::Socks5TokioTcpConfig;
use mwc_libp2p::core::Multiaddr;
use mwc_libp2p::{
core::{
Expand All @@ -32,6 +31,7 @@ use mwc_libp2p::{
yamux::YamuxConfig,
PeerId, Swarm, Transport,
};
use mwc_libp2p_tokio_socks5::Socks5TokioTcpConfig;

use mwc_libp2p::gossipsub::{
self, GossipsubEvent, IdentTopic as Topic, MessageAuthenticity, MessageId, ValidationMode,
Expand Down

0 comments on commit c7ecae4

Please sign in to comment.