Skip to content

Commit

Permalink
ethereum: Fix verbose block log
Browse files Browse the repository at this point in the history
  • Loading branch information
leoyvens committed Jan 5, 2022
1 parent 75a2c94 commit 7d021ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chain/ethereum/src/ethereum_adapter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1495,8 +1495,8 @@ pub(crate) async fn blocks_with_triggers(
triggers,
)),
None => Err(anyhow!(
"block {:?} not found in `triggers_by_block`",
block
"block {} not found in `triggers_by_block`",
block.block_ptr()
)),
},
)
Expand Down

0 comments on commit 7d021ea

Please sign in to comment.