Account for stake held by the current node while waiting for the supermajority to join gossip
This commit is contained in:
@@ -625,6 +625,8 @@ fn get_stake_percent_in_gossip(
|
||||
activated_stake
|
||||
);
|
||||
gossip_stake += activated_stake;
|
||||
} else if vote_state.node_pubkey == cluster_info.read().unwrap().id() {
|
||||
gossip_stake += activated_stake;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user