Consolidate tx error counters and update metrics dashboard (#7724)

automerge
This commit is contained in:
Justin Starry
2020-01-17 15:26:50 +08:00
committed by Grimes
parent 57bf618627
commit 87598c7612
7 changed files with 223 additions and 92 deletions

View File

@ -1397,7 +1397,7 @@ mod tests {
poh_recorder.tick();
}
poh_recorder.set_bank(&bank.clone());
assert!(!bank.check_hash_age(&genesis_hash, 1));
assert_eq!(Some(false), bank.check_hash_age(&genesis_hash, 1));
}
}