refactor: Improve network module naming (#245)

This commit is contained in:
Santiago Carmuega 2023-04-11 01:21:11 +02:00 committed by GitHub
parent d5f0c2fd80
commit a64cd08678
16 changed files with 251 additions and 261 deletions

View file

@ -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;