mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-17 13:36:37 +00:00
core/state: fix comment of mode (#30490)
This commit is contained in:
parent
118c84af57
commit
956d32d3e4
1 changed files with 2 additions and 2 deletions
|
|
@ -28,8 +28,8 @@ import (
|
||||||
|
|
||||||
// mode specifies how a tree location has been accessed
|
// mode specifies how a tree location has been accessed
|
||||||
// for the byte value:
|
// for the byte value:
|
||||||
// * the first bit is set if the branch has been edited
|
// * the first bit is set if the branch has been read
|
||||||
// * the second bit is set if the branch has been read
|
// * the second bit is set if the branch has been edited
|
||||||
type mode byte
|
type mode byte
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue