From 0ba7ecd5061e666addd90e6d3a4293ec1381f9c0 Mon Sep 17 00:00:00 2001 From: microwavedcola1 Date: Thu, 2 Feb 2023 19:02:30 +0100 Subject: [PATCH] Fix health region ix code Signed-off-by: microwavedcola1 --- ts/client/src/client.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/ts/client/src/client.ts b/ts/client/src/client.ts index af5cf2f49..f34595c35 100644 --- a/ts/client/src/client.ts +++ b/ts/client/src/client.ts @@ -2755,6 +2755,7 @@ export class MangoClient { return await this.program.methods .healthRegionBegin() .accounts({ + group: group.publicKey, account: account.publicKey, instructions: SYSVAR_INSTRUCTIONS_PUBKEY, })