fix get multiple accounts call (#298)
This commit is contained in:
parent
9baece02d5
commit
a9c63fd2ef
|
@ -129,5 +129,5 @@ export async function getMultipleSolanaAccounts(
|
|||
): Promise<
|
||||
Array<null | { publicKey: PublicKey; account: AccountInfo<Buffer> }>
|
||||
> {
|
||||
return anchor.utils.getMultipleAccounts(connection, publicKeys);
|
||||
return anchor.utils.rpc.getMultipleAccounts(connection, publicKeys);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue