mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 15:16:43 +00:00
Update core/blockchain.go
This commit is contained in:
parent
7942e5211c
commit
8efb8b6f93
1 changed files with 0 additions and 1 deletions
|
|
@ -283,7 +283,6 @@ func NewBlockChain(db ethdb.Database, cacheConfig *CacheConfig, genesis *Genesis
|
||||||
cacheConfig = defaultCacheConfig
|
cacheConfig = defaultCacheConfig
|
||||||
}
|
}
|
||||||
// Open trie database with provided config
|
// Open trie database with provided config
|
||||||
// TODO(gballet) remove EnableVerkleAtGenesis if it's no longer used
|
|
||||||
verkledb := triedb.NewDatabase(db, triedb.VerkleDefaults)
|
verkledb := triedb.NewDatabase(db, triedb.VerkleDefaults)
|
||||||
triedb := triedb.NewDatabase(db, cacheConfig.triedbConfig())
|
triedb := triedb.NewDatabase(db, cacheConfig.triedbConfig())
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue