mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-29 09:08:05 -05:00
chore(engine): downgrade new payload buffering log to debug (#4068)
This commit is contained in:
@@ -1062,7 +1062,7 @@ where
|
||||
self.try_insert_new_payload(block)
|
||||
} else {
|
||||
if self.is_prune_active() {
|
||||
warn!(target: "consensus::engine", "Pruning is in progress, buffering new payload.");
|
||||
debug!(target: "consensus::engine", "Pruning is in progress, buffering new payload.");
|
||||
}
|
||||
self.try_buffer_payload(block)
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user