move timer end outside if (#15087)

This commit is contained in:
Jeff Washington (jwash) 2021-02-04 20:43:23 -06:00 committed by GitHub
parent 82350f9350
commit f0d58f5549
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -967,12 +967,12 @@ pub fn process_accounts_package_pre(accounts_package: AccountsPackagePre) -> Acc
&accounts_package.storages,
accounts_package.simple_capitalization_testing,
);
time.stop();
assert_eq!(accounts_package.expected_capitalization, lamports);
assert_eq!(expected_hash, hash);
};
time.stop();
datapoint_info!(
"accounts_hash_verifier",