diff --git a/core/state/access_events.go b/core/state/access_events.go index 2b270ccafa..7f67df64eb 100644 --- a/core/state/access_events.go +++ b/core/state/access_events.go @@ -28,8 +28,8 @@ import ( // mode specifies how a tree location has been accessed // for the byte value: -// * the first bit is set if the branch has been edited -// * the second bit is set if the branch has been read +// * the first bit is set if the branch has been read +// * the second bit is set if the branch has been edited type mode byte const (