diff --git a/web3_proxy/src/rpcs/one.rs b/web3_proxy/src/rpcs/one.rs index a42ea61b..05bc0e54 100644 --- a/web3_proxy/src/rpcs/one.rs +++ b/web3_proxy/src/rpcs/one.rs @@ -531,7 +531,7 @@ impl Web3Rpc { // we previously sent a None. return early return Ok(()); } - warn!("{} is not synced!", self); + warn!("clearing head block on {}!", self); *head_block = None; }