mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-28 16:47:22 +00:00
Merge pull request #16894 from hadv/master
core: fix typo in comment code
This commit is contained in:
commit
7a22e89080
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue