Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
AskAlexSharov committed Dec 9, 2024
1 parent 72139db commit 14e87b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/state/commands/opcode_tracer.go
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ func OpcodeTracer(genesis *types.Genesis, blockNum uint64, chaindata string, num
if err != nil {
return err
}
historyTx, err1 := historyDb.BeginRo(context.Background())
historyTx, err1 := historyDb.BeginTemporalRo(context.Background())
if err1 != nil {
return err1
}
Expand Down

0 comments on commit 14e87b0

Please sign in to comment.