Explorar el Código

core: fix typo in comment code

hadv hace 7 años
padre
commit
e3a993d774
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      core/state/state_object.go

+ 1 - 1
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)