Skip to content

Commit

Permalink
Enable param on erigon binary (#13455)
Browse files Browse the repository at this point in the history
the following line was missing from
#13107
  • Loading branch information
wmitsuda authored Jan 16, 2025
1 parent 009d5da commit 6d1cffb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions turbo/cli/default_flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ var DefaultFlags = []cli.Flag{
&utils.SnapKeepBlocksFlag,
&utils.SnapStopFlag,
&utils.SnapStateStopFlag,
&utils.SnapSkipStateSnapshotDownloadFlag,
&utils.DbPageSizeFlag,
&utils.DbSizeLimitFlag,
&utils.DbWriteMapFlag,
Expand Down

0 comments on commit 6d1cffb

Please sign in to comment.