fix: use recorded opcode (#5171)

This commit is contained in:
Matthias Seitz
2023-10-25 15:26:36 +02:00
committed by GitHub
parent a24102c708
commit fb5f0bac06

View File

@ -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