mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: only log block essentials (#2948)
This commit is contained in:
@ -45,7 +45,7 @@ impl<DB: Database, C: Consensus, EF: ExecutorFactory> BlockchainTreeEngine
|
||||
}
|
||||
|
||||
fn insert_block(&self, block: SealedBlockWithSenders) -> Result<BlockStatus, InsertBlockError> {
|
||||
trace!(target: "blockchain_tree", ?block, "Inserting block");
|
||||
trace!(target: "blockchain_tree", hash=?block.hash, number=block.number, parent_hash=?block.parent_hash, "Inserting block");
|
||||
self.tree.write().insert_block(block)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user