We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
mode
1 parent 118c84a commit 956d32dCopy full SHA for 956d32d
core/state/access_events.go
@@ -28,8 +28,8 @@ import (
28
29
// mode specifies how a tree location has been accessed
30
// 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
+// * the first bit is set if the branch has been read
+// * the second bit is set if the branch has been edited
33
type mode byte
34
35
const (
0 commit comments