diff --git a/core/src/validator.rs b/core/src/validator.rs index d718a93ab0197e..9e0bd7b3ce4672 100644 --- a/core/src/validator.rs +++ b/core/src/validator.rs @@ -381,12 +381,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);