refactor: Improve network module naming (#245)
This commit is contained in:
parent
d5f0c2fd80
commit
a64cd08678
16 changed files with 251 additions and 261 deletions
|
|
@ -1,6 +1,6 @@
|
|||
use std::net::{Ipv4Addr, SocketAddrV4};
|
||||
|
||||
use pallas_network::{bearer::Bearer, plexer::Plexer};
|
||||
use pallas_network::multiplexer::{Bearer, Plexer};
|
||||
use rand::{distributions::Uniform, Rng};
|
||||
use tokio::net::TcpListener;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue