diff --git a/validator/src/main.rs b/validator/src/main.rs index ed02d87d09..5a969c4e43 100644 --- a/validator/src/main.rs +++ b/validator/src/main.rs @@ -885,6 +885,13 @@ pub fn main() { slots behind the highest snapshot available for \ download from other validators"), ) + .arg( + // NOP arg for forward compatibility with ISS on-by-default in v1.10 + Arg::with_name("no_incremental_snapshots") + .long("no-incremental-snapshots") + .hidden(true) + .conflicts_with("incremental_snapshots") + ) .arg( Arg::with_name("incremental_snapshots") .long("incremental-snapshots")