Unverified Commit 7a22e890 authored by Péter Szilágyi's avatar Péter Szilágyi Committed by GitHub

Merge pull request #16894 from hadv/master

core: fix typo in comment code
parents ed407673 e3a993d7
...@@ -219,7 +219,7 @@ func (self *stateObject) updateRoot(db Database) { ...@@ -219,7 +219,7 @@ func (self *stateObject) updateRoot(db Database) {
self.data.Root = self.trie.Hash() 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. // This updates the trie root.
func (self *stateObject) CommitTrie(db Database) error { func (self *stateObject) CommitTrie(db Database) error {
self.updateTrie(db) self.updateTrie(db)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment