make public

Signed-off-by: microwavedcola1 <microwavedcola@gmail.com>
This commit is contained in:
microwavedcola1 2023-07-28 08:36:58 +02:00
parent 27221c1aad
commit e4ff67bc2f
1 changed files with 1 additions and 1 deletions

View File

@ -879,7 +879,7 @@ export class MangoClient {
);
}
private async getMangoAccountFromAi(
public async getMangoAccountFromAi(
mangoAccountPk: PublicKey,
ai: AccountInfo<Buffer>,
): Promise<MangoAccount> {