store-tool use accounts_iter (#26793)

This commit is contained in:
apfitzge 2022-07-26 17:29:53 -05:00 committed by GitHub
parent 5e622f82ac
commit 293d651ca8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ fn main() {
store.capacity(),
num_accounts,
);
for account in store.accounts(0) {
for account in store.account_iter() {
info!(
" account: {:?} version: {} data: {} hash: {:?}",
account.meta.pubkey, account.meta.write_version, account.meta.data_len, account.hash