Skip to content

Commit

Permalink
core/state: fix comment of mode (ethereum#30490)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiqiangxu authored and zfy0701 committed Dec 3, 2024
1 parent 52610d0 commit a5b9826
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/state/access_events.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit a5b9826

Please sign in to comment.