Skip to content

Commit

Permalink
fix examples errors
Browse files Browse the repository at this point in the history
  • Loading branch information
lakshya-sky committed Sep 15, 2023
1 parent b8b3734 commit f0ee092
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/transactions/examples/trace_call.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ async fn main() -> Result<()> {
..Default::default()
},
state_overrides: None,
block_overrides: None,
};
let traces = client.debug_trace_call(tx, Some(block), options).await?;
println!("{traces:?}");
Expand Down

0 comments on commit f0ee092

Please sign in to comment.