make fatal log message sound fatal

This commit is contained in:
Trent Nelson 2022-08-25 12:56:56 -06:00 committed by mergify[bot]
parent 5e71f339c9
commit b1cff5d740
1 changed files with 1 additions and 1 deletions

View File

@ -316,7 +316,7 @@ impl AccountsHashVerifier {
accounts_hashes.iter().any(|(slot, hash)| {
if let Some(reference_hash) = slot_to_hash.get(slot) {
if *hash != *reference_hash {
error!("Known validator {} produced conflicting hashes for slot: {} ({} != {})",
error!("Fatal! Exiting! Known validator {} produced conflicting hashes for slot: {} ({} != {})",
known_validator,
slot,
hash,