(cherry picked from commit d909b7c80b
)
Co-authored-by: Jeff Washington (jwash) <wash678@gmail.com>
This commit is contained in:
@ -5758,6 +5758,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