mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
Do not print whole block in debug! logs (#12729)
This commit is contained in:
@ -447,7 +447,7 @@ where
|
||||
};
|
||||
|
||||
let sealed_block = Arc::new(block.seal_slow());
|
||||
debug!(target: "payload_builder", ?sealed_block, "sealed built block");
|
||||
debug!(target: "payload_builder", sealed_block_header = ?sealed_block.header, "sealed built block");
|
||||
|
||||
// create the executed block data
|
||||
let executed = ExecutedBlock {
|
||||
|
||||
Reference in New Issue
Block a user