Skip to content

Commit 956d32d

Browse files
authored
core/state: fix comment of mode (ethereum#30490)
1 parent 118c84a commit 956d32d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/state/access_events.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ import (
2828

2929
// mode specifies how a tree location has been accessed
3030
// for the byte value:
31-
// * the first bit is set if the branch has been edited
32-
// * the second bit is set if the branch has been read
31+
// * the first bit is set if the branch has been read
32+
// * the second bit is set if the branch has been edited
3333
type mode byte
3434

3535
const (

0 commit comments

Comments
 (0)