log hash and lamport result of calculate_accounts_hash_without_index (#23425)
This commit is contained in:
committed by
GitHub
parent
8eefe60c44
commit
d909b7c80b
@ -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 {
|
||||||
|
Reference in New Issue
Block a user