Skip to content

Commit

Permalink
chore: keep old order
Browse files Browse the repository at this point in the history
  • Loading branch information
grumbach committed Jan 6, 2025
1 parent cee5d51 commit 924daff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ant-networking/src/driver.rs
Original file line number Diff line number Diff line change
Expand Up @@ -676,12 +676,12 @@ impl NetworkBuilder {
blocklist: libp2p::allow_block_list::Behaviour::default(),
relay_client: relay_behaviour,
relay_server,
mdns,
#[cfg(feature = "upnp")]
upnp,
request_response,
kademlia,
identify,
mdns,
};

let swarm_config = libp2p::swarm::Config::with_tokio_executor()
Expand Down

0 comments on commit 924daff

Please sign in to comment.