Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
DongLieu committed May 16, 2024
1 parent 391b55b commit 57258b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/pruning/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ Supported app-db-backend types include 'goleveldb', 'rocksdb', 'pebbledb'.`,
cmd.Flags().Uint64(server.FlagPruningInterval, 10,
`Height interval at which pruned heights are removed from disk (ignored if pruning is not 'custom'),
this is not used by this command but kept for compatibility with the complete pruning options`)
cmd.Flags().Uint64(server.FlagHeight, 1, `the height to begin with`)
return cmd
}

Expand Down

0 comments on commit 57258b7

Please sign in to comment.