mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-29 09:08:05 -05:00
chore: use remaining (#4082)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user