aboutsummaryrefslogtreecommitdiff
path: root/p2p/src/codec.rs
diff options
context:
space:
mode:
Diffstat (limited to 'p2p/src/codec.rs')
-rw-r--r--p2p/src/codec.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/p2p/src/codec.rs b/p2p/src/codec.rs
index e521824..726a2f7 100644
--- a/p2p/src/codec.rs
+++ b/p2p/src/codec.rs
@@ -2,12 +2,12 @@ use std::time::Duration;
use bincode::{Decode, Encode};
-use karyons_core::{
+use karyon_core::{
async_util::timeout,
util::{decode, encode, encode_into_slice},
};
-use karyons_net::{Connection, NetError};
+use karyon_net::{Connection, NetError};
use crate::{
message::{NetMsg, NetMsgCmd, NetMsgHeader, MAX_ALLOWED_MSG_SIZE, MSG_HEADER_SIZE},