Fix tracing error import in da service (#392)
This commit is contained in:
parent
8da13f7012
commit
7cabddc71f
@ -18,4 +18,4 @@ tokio = { version = "1", features = ["sync", "macros"] }
|
||||
tokio-stream = "0.1"
|
||||
|
||||
[features]
|
||||
libp2p = ["nomos-network/nomos-libp2p"]
|
||||
libp2p = ["nomos-network/libp2p"]
|
@ -15,7 +15,7 @@ use serde::de::DeserializeOwned;
|
||||
use serde::Serialize;
|
||||
use tokio_stream::wrappers::BroadcastStream;
|
||||
use tokio_stream::StreamExt;
|
||||
use tracing::log::error;
|
||||
use tracing::error;
|
||||
|
||||
pub const NOMOS_DA_TOPIC: &str = "NomosDa";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user