Consolidate tx error counters and update metrics dashboard (#7724)
automerge
This commit is contained in:
@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user