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