You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.help("Sanity check vote account state at startup. The JSON RPC endpoint at RPC_URL must expose `--full-rpc-api`")
561
+
)
552
562
.arg(
553
563
Arg::with_name("restricted_repair_only_mode")
554
564
.long("restricted-repair-only-mode")
@@ -1948,10 +1958,15 @@ pub fn main() {
1948
1958
1949
1959
let init_complete_file = matches.value_of("init_complete_file");
1950
1960
1961
+
if matches.is_present("no_check_vote_account"){
1962
+
info!("vote account sanity checks are no longer performed by default. --no-check-vote-account is deprecated and can be removed from the command line");
1963
+
}
1951
1964
let rpc_bootstrap_config = bootstrap::RpcBootstrapConfig{
0 commit comments