Don't advertise the snapshot that the node was loaded from
snapshot_packager_service will remove this snapshot hash from gossip when it starts
This commit is contained in:
		| @@ -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); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user