mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-08 03:01:12 -04:00
fix: use recorded opcode (#5171)
This commit is contained in:
@@ -338,7 +338,7 @@ impl TracingInspector {
|
||||
}
|
||||
}
|
||||
if self.config.record_state_diff {
|
||||
let op = interp.current_opcode();
|
||||
let op = step.op.get();
|
||||
|
||||
let journal_entry = data
|
||||
.journaled_state
|
||||
|
||||
Reference in New Issue
Block a user