Skip to content

Commit 065a2ca

Browse files
v3.0: Gossip: brick gossip weight control key (backport of #8256) (#8264)
Gossip: brick gossip weight control key (#8256) brick gossip weight control key (cherry picked from commit 0e918ad) Co-authored-by: Greg Cusack <[email protected]>
1 parent 92bed3f commit 065a2ca

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)