aboutsummaryrefslogtreecommitdiff
path: root/p2p/examples/monitor.rs
diff options
context:
space:
mode:
Diffstat (limited to 'p2p/examples/monitor.rs')
-rw-r--r--p2p/examples/monitor.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/p2p/examples/monitor.rs b/p2p/examples/monitor.rs
index 0b6571c..b074352 100644
--- a/p2p/examples/monitor.rs
+++ b/p2p/examples/monitor.rs
@@ -5,10 +5,10 @@ use std::sync::Arc;
use clap::Parser;
use smol::{channel, Executor};
-use karyons_core::crypto::{KeyPair, KeyPairType};
-use karyons_net::{Endpoint, Port};
+use karyon_core::crypto::{KeyPair, KeyPairType};
+use karyon_net::{Endpoint, Port};
-use karyons_p2p::{Backend, Config};
+use karyon_p2p::{Backend, Config};
use shared::run_executor;