mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: downgrade spammy log (#4853)
This commit is contained in:
@ -946,7 +946,7 @@ impl<DB: Database, C: Consensus, EF: ExecutorFactory> BlockchainTree<DB, C, EF>
|
||||
}
|
||||
|
||||
let Some(chain_id) = self.block_indices.get_blocks_chain_id(block_hash) else {
|
||||
warn!(target: "blockchain_tree", ?block_hash, "Block hash not found in block indices");
|
||||
debug!(target: "blockchain_tree", ?block_hash, "Block hash not found in block indices");
|
||||
return Err(CanonicalError::from(BlockchainTreeError::BlockHashNotFoundInChain {
|
||||
block_hash: *block_hash,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user