Skip to content

Commit

Permalink
move behaviour to mod.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomrsantos committed Feb 7, 2025
1 parent 25bb303 commit 949101a
Show file tree
Hide file tree
Showing 4 changed files with 256 additions and 256 deletions.
2 changes: 1 addition & 1 deletion anchor/network/src/behaviour.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use crate::discovery::Discovery;
use crate::handshake::behaviour::Behaviour;
use crate::handshake::Behaviour;
use crate::peer_manager::PeerManager;
use libp2p::swarm::NetworkBehaviour;
use libp2p::{gossipsub, identify, ping};
Expand Down
253 changes: 0 additions & 253 deletions anchor/network/src/handshake/behaviour.rs

This file was deleted.

Loading

0 comments on commit 949101a

Please sign in to comment.