mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00: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