From 05841d6526215cd4956d4321eebaccd7906ef891 Mon Sep 17 00:00:00 2001 From: Bastian Gruber Date: Wed, 17 Apr 2024 15:46:31 -0300 Subject: [PATCH] fix: clippy --- crates/topos-tce-broadcast/src/double_echo/mod.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/crates/topos-tce-broadcast/src/double_echo/mod.rs b/crates/topos-tce-broadcast/src/double_echo/mod.rs index 112c7e5a7..09fa200f5 100644 --- a/crates/topos-tce-broadcast/src/double_echo/mod.rs +++ b/crates/topos-tce-broadcast/src/double_echo/mod.rs @@ -22,10 +22,9 @@ use tokio_util::sync::CancellationToken; use topos_config::tce::broadcast::ReliableBroadcastParams; use topos_core::{types::ValidatorId, uci::CertificateId}; use topos_crypto::messages::{MessageSigner, Signature}; -use topos_tce_storage::store::ReadStore; use topos_tce_storage::types::CertificateDeliveredWithPositions; use topos_tce_storage::validator::ValidatorStore; -use tracing::{debug, error, info, warn}; +use tracing::{debug, info, warn}; lazy_static::lazy_static! { pub static ref TOPOS_CHECK_MESSAGE_SIGNATURE: bool =