trie: dirty tracking

This commit is contained in:
Jeffrey Wilcke
2015-07-04 02:51:36 +02:00
parent ab16ce70fc
commit 0a1ff68c11
7 changed files with 73 additions and 28 deletions
+1
View File
@@ -11,6 +11,7 @@ type Node interface {
fstring(string) string
Hash() interface{}
RlpData() interface{}
setDirty(dirty bool)
}
// Value node