Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
JkLondon committed Nov 8, 2024
1 parent aa4a3a4 commit debb7a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion turbo/rpchelper/helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ func CreateHistoryStateReader(tx kv.Tx, txNumsReader rawdbv3.TxNumsReader, block
if err != nil {
return nil, err
}
r.SetTxNum(uint64(maxTxNum) + 1)
r.SetTxNum(maxTxNum + 1)
return r, nil
}
//r.SetTrace(true)
Expand Down

0 comments on commit debb7a1

Please sign in to comment.