Replaces ReadAccountMapEntry in retry_to_get_account_accessor() (#35244)

This commit is contained in:
Brooks 2024-02-23 11:12:24 -05:00 committed by GitHub
parent 139b9c8c25
commit b5ffc24a38
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -5344,7 +5344,7 @@ impl AccountsDb {
storage_location,
load_hint,
new_storage_location,
self.accounts_index.get_account_read_entry(pubkey)
self.accounts_index.get_cloned(pubkey)
);
// Considering that we've failed to get accessor above and further that
// the index still returned the same (slot, store_id) tuple, offset must be same