From 8efb8b6f93eceaa337bdeab23efa922643b844b3 Mon Sep 17 00:00:00 2001 From: Guillaume Ballet <3272758+gballet@users.noreply.github.com> Date: Mon, 7 Apr 2025 10:53:08 +0200 Subject: [PATCH] Update core/blockchain.go --- core/blockchain.go | 1 - 1 file changed, 1 deletion(-) diff --git a/core/blockchain.go b/core/blockchain.go index 96f9e0aaf6..8e2cc9028c 100644 --- a/core/blockchain.go +++ b/core/blockchain.go @@ -283,7 +283,6 @@ func NewBlockChain(db ethdb.Database, cacheConfig *CacheConfig, genesis *Genesis cacheConfig = defaultCacheConfig } // Open trie database with provided config - // TODO(gballet) remove EnableVerkleAtGenesis if it's no longer used verkledb := triedb.NewDatabase(db, triedb.VerkleDefaults) triedb := triedb.NewDatabase(db, cacheConfig.triedbConfig())