Skip to content

Commit 45d9a5c

Browse files
fjlDergarcon
authored andcommitted
cmd/geth: fix build error (ethereum#28585)
1 parent 5e3b662 commit 45d9a5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/geth/snapshot.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@ func snapshotExportPreimages(ctx *cli.Context) error {
627627
chaindb := utils.MakeChainDatabase(ctx, stack, true)
628628
defer chaindb.Close()
629629

630-
triedb := utils.MakeTrieDatabase(ctx, chaindb, false, true)
630+
triedb := utils.MakeTrieDatabase(ctx, chaindb, false, true, false)
631631
defer triedb.Close()
632632

633633
var root common.Hash

0 commit comments

Comments
 (0)