diff --git a/web3_proxy/src/rpcs/consensus.rs b/web3_proxy/src/rpcs/consensus.rs index 563b990a..8421ba0a 100644 --- a/web3_proxy/src/rpcs/consensus.rs +++ b/web3_proxy/src/rpcs/consensus.rs @@ -20,7 +20,7 @@ use std::sync::{atomic, Arc}; use std::time::Duration; use tokio::sync::broadcast; use tokio::time::Instant; -use tracing::{debug, enabled, trace, warn, Level}; +use tracing::{debug, enabled, info, trace, warn, Level}; #[derive(Clone, Serialize)] struct ConsensusRpcData {