Skip to content

Commit

Permalink
Removes deprecated --incremental-snapshots cli arg (anza-xyz#2132)
Browse files Browse the repository at this point in the history
  • Loading branch information
brooksprumo authored Jul 16, 2024
1 parent 0b6f4a0 commit 92a9a0e
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions validator/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2056,16 +2056,6 @@ fn deprecated_arguments() -> Vec<DeprecatedArg> {
set"
),
);
add_arg!(Arg::with_name("incremental_snapshots")
.long("incremental-snapshots")
.takes_value(false)
.conflicts_with("no_incremental_snapshots")
.help("Enable incremental snapshots")
.long_help(
"Enable incremental snapshots by setting this flag. When enabled, \
--snapshot-interval-slots will set the incremental snapshot interval. To set the \
full snapshot interval, use --full-snapshot-interval-slots.",
));
add_arg!(Arg::with_name("minimal_rpc_api")
.long("minimal-rpc-api")
.takes_value(false)
Expand Down

0 comments on commit 92a9a0e

Please sign in to comment.