This reverts commit fdc05ecd5a
.
This commit is contained in:
committed by
Tyera Eulberg
parent
50d62bdd13
commit
704d05f52d
@ -377,8 +377,9 @@ 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