Running contracts fixed
This commit is contained in:
@ -119,6 +119,10 @@ func (t *Trie) Undo() {
|
||||
t.Root = t.prevRoot
|
||||
}
|
||||
|
||||
func (t *Trie) Cache() *Cache {
|
||||
return t.cache
|
||||
}
|
||||
|
||||
/*
|
||||
* Public (query) interface functions
|
||||
*/
|
||||
|
Reference in New Issue
Block a user