Skip to content

Commit 5adf3da

Browse files
committed
review feedback: use an uint64 to prepare for RLP
1 parent ab66019 commit 5adf3da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/overlay/state_transition.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import "github.com/ethereum/go-ethereum/common"
2323
type TransitionState struct {
2424
CurrentAccountAddress *common.Address // addresss of the last translated account
2525
CurrentSlotHash common.Hash // hash of the last translated storage slot
26-
CurrentPreimageOffset int64 // next byte to read from the preimage file
26+
CurrentPreimageOffset uint64 // next byte to read from the preimage file
2727
Started, Ended bool
2828

2929
// Mark whether the storage for an account has been processed. This is useful if the

0 commit comments

Comments
 (0)