Fix health region ix code

Signed-off-by: microwavedcola1 <microwavedcola@gmail.com>
This commit is contained in:
microwavedcola1 2023-02-02 19:02:30 +01:00
parent a6a07307b0
commit 0ba7ecd506
1 changed files with 1 additions and 0 deletions

View File

@ -2755,6 +2755,7 @@ export class MangoClient {
return await this.program.methods
.healthRegionBegin()
.accounts({
group: group.publicKey,
account: account.publicKey,
instructions: SYSVAR_INSTRUCTIONS_PUBKEY,
})