mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-29 09:08:05 -05:00
Downgrade log level for remote client spec bug (#6815)
This commit is contained in:
@@ -446,7 +446,7 @@ impl TransactionFetcher {
|
||||
if let Some(prev_size) = previously_seen_size {
|
||||
// check if this peer is announcing a different size than a previous peer
|
||||
if size != prev_size {
|
||||
debug!(target: "net::tx",
|
||||
trace!(target: "net::tx",
|
||||
peer_id=format!("{peer_id:#}"),
|
||||
hash=%hash,
|
||||
size=size,
|
||||
|
||||
Reference in New Issue
Block a user