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,