Skip to content

Commit

Permalink
chore: use remaining
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed Aug 5, 2023
1 parent 5298868 commit c63ad54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/revm/revm-inspectors/src/tracing/builder/parity.rs
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ impl ParityTraceBuilder {
};

let maybe_execution = Some(VmExecutedOperation {
used: step.gas_cost,
used: step.gas_remaining,
push: step.new_stack.into_iter().map(|new_stack| new_stack.into()).collect(),
mem: maybe_memory,
store: maybe_storage,
Expand Down

0 comments on commit c63ad54

Please sign in to comment.