diff --git a/runtime/src/accounts_db.rs b/runtime/src/accounts_db.rs index 4f7f5b78e7..7930ebef08 100644 --- a/runtime/src/accounts_db.rs +++ b/runtime/src/accounts_db.rs @@ -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 {