This reverts commit 416fccfc01
.
This commit is contained in:
@ -377,9 +377,8 @@ fn retain_staked(values: &mut Vec<CrdsValue>, stakes: &HashMap<Pubkey, u64>) {
|
|||||||
// the various dashboards.
|
// the various dashboards.
|
||||||
CrdsData::Version(_) => true,
|
CrdsData::Version(_) => true,
|
||||||
CrdsData::NodeInstance(_) => true,
|
CrdsData::NodeInstance(_) => true,
|
||||||
// getHealth fails if account hashes are not propagated.
|
|
||||||
CrdsData::AccountsHashes(_) => true,
|
|
||||||
CrdsData::LowestSlot(_, _)
|
CrdsData::LowestSlot(_, _)
|
||||||
|
| CrdsData::AccountsHashes(_)
|
||||||
| CrdsData::LegacyVersion(_)
|
| CrdsData::LegacyVersion(_)
|
||||||
| CrdsData::DuplicateShred(_, _) => {
|
| CrdsData::DuplicateShred(_, _) => {
|
||||||
let stake = stakes.get(&value.pubkey()).copied();
|
let stake = stakes.get(&value.pubkey()).copied();
|
||||||
|
Reference in New Issue
Block a user