Skip to content

Commit 7d021ea

Browse files
committed
ethereum: Fix verbose block log
1 parent 75a2c94 commit 7d021ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chain/ethereum/src/ethereum_adapter.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1495,8 +1495,8 @@ pub(crate) async fn blocks_with_triggers(
14951495
triggers,
14961496
)),
14971497
None => Err(anyhow!(
1498-
"block {:?} not found in `triggers_by_block`",
1499-
block
1498+
"block {} not found in `triggers_by_block`",
1499+
block.block_ptr()
15001500
)),
15011501
},
15021502
)

0 commit comments

Comments
 (0)