From 5f7f91c8a38d6de57c2a553bba15ea7de81f8edc Mon Sep 17 00:00:00 2001 From: alan <652732310@qq.com> Date: Sun, 22 Sep 2024 10:03:04 +0800 Subject: [PATCH] fix comment of mode --- core/state/access_events.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/state/access_events.go b/core/state/access_events.go index 2b270ccafab3..7f67df64eb07 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 (