diff --git a/core/src/validator.rs b/core/src/validator.rs index 6cb5c92a85..d72b4a0e50 100644 --- a/core/src/validator.rs +++ b/core/src/validator.rs @@ -380,12 +380,6 @@ impl Validator { process::exit(1); } } - - // If the node was loaded from a snapshot, advertise it in gossip - cluster_info - .write() - .unwrap() - .push_snapshot_hashes(vec![snapshot_hash]); } wait_for_supermajority(config, &bank, &cluster_info);