forked from cerc-io/plugeth
Merge pull request #16894 from hadv/master
core: fix typo in comment code
This commit is contained in:
commit
7a22e89080
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user