mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-08 03:01:12 -04:00
chore: use Display instead of Debug for most errors (#6777)
This commit is contained in:
@@ -434,7 +434,7 @@ where
|
||||
if let Err(error) =
|
||||
verify_receipt(block.header.receipts_root, block.header.logs_bloom, receipts.iter())
|
||||
{
|
||||
debug!(target: "evm", ?error, ?receipts, "receipts verification failed");
|
||||
debug!(target: "evm", %error, ?receipts, "receipts verification failed");
|
||||
return Err(error)
|
||||
};
|
||||
self.stats.receipt_root_duration += time.elapsed();
|
||||
|
||||
Reference in New Issue
Block a user