We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ed40767 + e3a993d commit 7a22e89Copy full SHA for 7a22e89
core/state/state_object.go
@@ -219,7 +219,7 @@ func (self *stateObject) updateRoot(db Database) {
219
self.data.Root = self.trie.Hash()
220
}
221
222
-// CommitTrie the storage trie of the object to dwb.
+// CommitTrie the storage trie of the object to db.
223
// This updates the trie root.
224
func (self *stateObject) CommitTrie(db Database) error {
225
self.updateTrie(db)
0 commit comments