Do not print whole block in debug! logs (#12729)

This commit is contained in:
Ivan
2024-11-21 12:35:32 +03:00
committed by GitHub
parent 80268a1ce7
commit 33730536f5
2 changed files with 2 additions and 2 deletions

View File

@ -424,7 +424,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 {