Skip to content

Commit

Permalink
chore: change import
Browse files Browse the repository at this point in the history
  • Loading branch information
hadjiszs committed Mar 25, 2024
1 parent 0319fe4 commit ac8a802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/topos-p2p/src/network.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ use std::{
};
use tokio::sync::{mpsc, oneshot};
use tokio_stream::wrappers::ReceiverStream;
use tracing::warn;
use tracing::debug;

pub fn builder<'a>() -> NetworkBuilder<'a> {
NetworkBuilder::default()
Expand Down

0 comments on commit ac8a802

Please sign in to comment.