Skip to content

Commit

Permalink
"unforce" verkle at genesis
Browse files Browse the repository at this point in the history
  • Loading branch information
gballet committed Nov 8, 2023
1 parent 581d77d commit 94cf1bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/geth/chaincmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,6 @@ func initGenesis(ctx *cli.Context) error {
}
triedb := trie.NewDatabaseWithConfig(chaindb, &trie.Config{
Preimages: ctx.Bool(utils.CachePreimagesFlag.Name),
Verkle: true,
})
_, hash, err := core.SetupGenesisBlockWithOverride(chaindb, triedb, genesis, &overrides)
if err != nil {
Expand Down

0 comments on commit 94cf1bb

Please sign in to comment.