LoadedAccountAccessor::Cached does not store Pubkey (#21030)
This commit is contained in:
committed by
GitHub
parent
aaccba8377
commit
76e533be46
@@ -73,7 +73,7 @@ impl ReplicaAccountsServer for ReplicaAccountsServerImpl {
|
||||
LoadedAccount::Stored(stored_account_meta) => Some(
|
||||
ReplicaAccountInfo::from_stored_account_meta(&stored_account_meta),
|
||||
),
|
||||
LoadedAccount::Cached((_pubkey, cached_account)) => {
|
||||
LoadedAccount::Cached(cached_account) => {
|
||||
Some(ReplicaAccountInfo::from_cached_account(&cached_account))
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user