Skip to content

Commit 6f649cd

Browse files
author
VM
committed
fix: test
1 parent 297ff8e commit 6f649cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/rpc/rpc/src/debug.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ where
269269
opts: GethDebugTracingCallOptions,
270270
) -> Result<GethTrace, Eth::Error> {
271271
let at = block_id.unwrap_or_default();
272-
let GethDebugTracingCallOptions { tracing_options, state_overrides, block_overrides } =
272+
let GethDebugTracingCallOptions { tracing_options, state_overrides, block_overrides, .. } =
273273
opts;
274274
let overrides = EvmOverrides::new(state_overrides, block_overrides.map(Box::new));
275275
let GethDebugTracingOptions { config, tracer, tracer_config, .. } = tracing_options;

0 commit comments

Comments
 (0)