From 956d32d3e432124043705276e760239159d7e6ef Mon Sep 17 00:00:00 2001 From: zhiqiangxu <652732310@qq.com> Date: Mon, 23 Sep 2024 15:29:07 +0800 Subject: [PATCH] core/state: fix comment of `mode` (#30490) --- 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 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 (