remove bad comment

This commit is contained in:
Aleksandr Bezobchuk 2018-07-05 11:55:14 -04:00
parent c1ebcf2947
commit 40ea93bd2a

View File

@ -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,