From 40ea93bd2a845f92907195740a3aeb29dfd3c3a3 Mon Sep 17 00:00:00 2001 From: Aleksandr Bezobchuk Date: Thu, 5 Jul 2018 11:55:14 -0400 Subject: [PATCH] remove bad comment --- state/database.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/state/database.go b/state/database.go index 6e2b1778..f309ed5b 100644 --- a/state/database.go +++ b/state/database.go @@ -106,8 +106,6 @@ func (db *Database) OpenTrie(root ethcommon.Hash) (ethstate.Trie, error) { db.storageCache = store.NewCacheKVStore(db.stateStore.GetCommitKVStore(StorageKey)) } - // binary.BigEndian.PutUint64(commitHash[:8], uint64(t.od.stateStore.LastCommitID().Version+1)) - return &Trie{ store: db.accountsCache, accountsCache: db.accountsCache,