add check_hash to non-index hash calculation (#17558)
This commit is contained in:
committed by
GitHub
parent
7cf6e66ddd
commit
55c22d3b76
@@ -1002,7 +1002,9 @@ pub fn process_accounts_package_pre(
|
||||
let (hash, lamports) = AccountsDb::calculate_accounts_hash_without_index(
|
||||
&accounts_package.storages,
|
||||
thread_pool,
|
||||
);
|
||||
false,
|
||||
)
|
||||
.unwrap();
|
||||
|
||||
assert_eq!(accounts_package.expected_capitalization, lamports);
|
||||
|
||||
|
Reference in New Issue
Block a user