log hash and lamport result of calculate_accounts_hash_without_index (#23425) (#23676)

(cherry picked from commit d909b7c80b)

Co-authored-by: Jeff Washington (jwash) <wash678@gmail.com>
This commit is contained in:
mergify[bot]
2022-03-15 19:23:13 +00:00
committed by GitHub
parent 48dc4b3bb2
commit db43c5d46d

View File

@ -5758,6 +5758,11 @@ impl AccountsDb {
final_result = (hash, lamports);
}
info!(
"calculate_accounts_hash_without_index: slot (exclusive): {} {:?}",
storages.range().end,
final_result
);
Ok(final_result)
};
if let Some(thread_pool) = thread_pool {