We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab66019 commit 5adf3daCopy full SHA for 5adf3da
core/overlay/state_transition.go
@@ -23,7 +23,7 @@ import "github.com/ethereum/go-ethereum/common"
23
type TransitionState struct {
24
CurrentAccountAddress *common.Address // addresss of the last translated account
25
CurrentSlotHash common.Hash // hash of the last translated storage slot
26
- CurrentPreimageOffset int64 // next byte to read from the preimage file
+ CurrentPreimageOffset uint64 // next byte to read from the preimage file
27
Started, Ended bool
28
29
// Mark whether the storage for an account has been processed. This is useful if the
0 commit comments