forked from cerc-io/laconicd-deprecated
remove bad comment
This commit is contained in:
parent
c1ebcf2947
commit
40ea93bd2a
@ -106,8 +106,6 @@ func (db *Database) OpenTrie(root ethcommon.Hash) (ethstate.Trie, error) {
|
|||||||
db.storageCache = store.NewCacheKVStore(db.stateStore.GetCommitKVStore(StorageKey))
|
db.storageCache = store.NewCacheKVStore(db.stateStore.GetCommitKVStore(StorageKey))
|
||||||
}
|
}
|
||||||
|
|
||||||
// binary.BigEndian.PutUint64(commitHash[:8], uint64(t.od.stateStore.LastCommitID().Version+1))
|
|
||||||
|
|
||||||
return &Trie{
|
return &Trie{
|
||||||
store: db.accountsCache,
|
store: db.accountsCache,
|
||||||
accountsCache: db.accountsCache,
|
accountsCache: db.accountsCache,
|
||||||
|
Loading…
Reference in New Issue
Block a user