Merge pull request #16894 from hadv/master

core: fix typo in comment code
pull/16882/head
Péter Szilágyi 7 years ago committed by GitHub
commit 7a22e89080
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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