mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00: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