Skip to content

Commit 0e918ad

Browse files
authored
Gossip: brick gossip weight control key (#8256)
brick gossip weight control key
1 parent c79f221 commit 0e918ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gossip/src/stake_weighting_config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ impl WeightingConfig {
6363
}
6464

6565
mod weighting_config_control_pubkey {
66-
solana_pubkey::declare_id!("goSwVUizoqNYKEaaiTjkgdN2RgLpvsTvFt1MEVGibY9");
66+
solana_pubkey::declare_id!("noDynamicGossipWeights111111111111111111111");
6767
}
6868

6969
pub(crate) fn get_gossip_config_from_account(bank: &Bank) -> Option<WeightingConfig> {

0 commit comments

Comments
 (0)