From e3a993d774edfd2cf47d0862447d79e62746f5ac Mon Sep 17 00:00:00 2001 From: hadv Date: Tue, 5 Jun 2018 09:56:45 +0700 Subject: core: fix typo in comment code --- core/state/state_object.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/state') diff --git a/core/state/state_object.go b/core/state/state_object.go index 5d203fddd..091d24184 100644 --- a/core/state/state_object.go +++ b/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) -- cgit v1.2.3