Trie => SecureTrie

This commit is contained in:
obscuren
2015-03-03 12:25:44 +01:00
parent 1650b59cd9
commit b909a5ec18
3 changed files with 7 additions and 3 deletions

View File

@@ -290,7 +290,7 @@ func (c *StateObject) Init() Code {
return c.initCode
}
func (self *StateObject) Trie() *trie.Trie {
func (self *StateObject) Trie() *trie.SecureTrie {
return self.State.trie
}