mirror of
https://github.com/arnaucube/go-ethereum.git
synced 2026-02-28 05:56:45 +01:00
trie: dirty tracking
This commit is contained in:
@@ -11,6 +11,7 @@ type Node interface {
|
||||
fstring(string) string
|
||||
Hash() interface{}
|
||||
RlpData() interface{}
|
||||
setDirty(dirty bool)
|
||||
}
|
||||
|
||||
// Value node
|
||||
|
||||
Reference in New Issue
Block a user