Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: jsvisa <delweng@gmail.com>
  • Loading branch information
jsvisa committed Jul 31, 2024
1 parent 38bb1ea commit 17c17a1
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 @@ -284,7 +284,7 @@ where
block.number.into(),
None,
TracingInspectorConfig::default_parity(),
move |tx_info, inspector, res, _, _, _| {
move |tx_info, inspector, res, _, _| {
let traces =
inspector.into_parity_builder().into_localized_transaction_traces(tx_info);
Ok(Some(traces))
Expand Down

0 comments on commit 17c17a1

Please sign in to comment.