Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
Signed-off-by: jsvisa <[email protected]>
  • Loading branch information
jsvisa committed Jun 16, 2024
1 parent 0a58b40 commit 793aa90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/rpc/rpc/src/trace.rs
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ where
.flat_map(|traces| traces.into_iter().flatten().flat_map(|traces| traces.into_iter()))
.collect::<Vec<_>>();

// add reward traces
// include all the block reward traces
let reward_blocks =
blocks.iter().map(|block| self.inner.eth_api.block_by_id(block.number.into()));

Expand Down

0 comments on commit 793aa90

Please sign in to comment.