diff options
Diffstat (limited to 'trie/node.go')
-rw-r--r-- | trie/node.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/trie/node.go b/trie/node.go index 0d8a7cff9..dccbc64a3 100644 --- a/trie/node.go +++ b/trie/node.go @@ -11,6 +11,7 @@ type Node interface { fstring(string) string Hash() interface{} RlpData() interface{} + setDirty(dirty bool) } // Value node |