Merge pull request #16894 from hadv/master

core: fix typo in comment code
This commit is contained in:
Péter Szilágyi 2018-06-05 10:11:42 +03:00 committed by GitHub
commit 7a22e89080
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)