Skip to content

Commit 63127f5

Browse files
authored
cmd/geth: fix build error (#28585)
1 parent d468c33 commit 63127f5

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)