log hash and lamport result of calculate_accounts_hash_without_index (#23425)

This commit is contained in:
Jeff Washington (jwash)
2022-03-02 11:10:40 -06:00
committed by GitHub
parent 8eefe60c44
commit d909b7c80b

View File

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