We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92bed3f commit 065a2caCopy full SHA for 065a2ca
gossip/src/stake_weighting_config.rs
@@ -63,7 +63,7 @@ impl WeightingConfig {
63
}
64
65
mod weighting_config_control_pubkey {
66
- solana_pubkey::declare_id!("goSwVUizoqNYKEaaiTjkgdN2RgLpvsTvFt1MEVGibY9");
+ solana_pubkey::declare_id!("noDynamicGossipWeights111111111111111111111");
67
68
69
pub(crate) fn get_gossip_config_from_account(bank: &Bank) -> Option<WeightingConfig> {
0 commit comments