core: fix typo in comment code

pull/16894/head
hadv 7 years ago
parent ed40767355
commit e3a993d774
No known key found for this signature in database
GPG Key ID: EC2B318ACE3D164F
  1. 2
      core/state/state_object.go

@ -219,7 +219,7 @@ func (self *stateObject) updateRoot(db Database) {
self.data.Root = self.trie.Hash()
}
// CommitTrie the storage trie of the object to dwb.
// CommitTrie the storage trie of the object to db.
// This updates the trie root.
func (self *stateObject) CommitTrie(db Database) error {
self.updateTrie(db)

Loading…
Cancel
Save