From 9b2f4e7b186132302d7094ac3bbace7c0e0a7be5 Mon Sep 17 00:00:00 2001 From: microwavedcola1 Date: Thu, 18 Aug 2022 17:19:12 +0200 Subject: [PATCH] upgradel idl Signed-off-by: microwavedcola1 --- ts/client/src/mango_v4.ts | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/ts/client/src/mango_v4.ts b/ts/client/src/mango_v4.ts index f1dd6c5f8..56723a59a 100644 --- a/ts/client/src/mango_v4.ts +++ b/ts/client/src/mango_v4.ts @@ -2996,7 +2996,11 @@ export type MangoV4 = { { "name": "beingLiquidated", "docs": [ - "This account cannot open new positions or borrow until `init_health >= 0`" + "Tracks that this account should be liquidated until init_health >= 0.", + "", + "Normally accounts can not be liquidated while maint_health >= 0. But when an account", + "reaches maint_health < 0, liquidators will call a liquidation instruction and thereby", + "set this flag. Now the account may be liquidated until init_health >= 0." ], "type": "u8" }, @@ -8055,7 +8059,11 @@ export const IDL: MangoV4 = { { "name": "beingLiquidated", "docs": [ - "This account cannot open new positions or borrow until `init_health >= 0`" + "Tracks that this account should be liquidated until init_health >= 0.", + "", + "Normally accounts can not be liquidated while maint_health >= 0. But when an account", + "reaches maint_health < 0, liquidators will call a liquidation instruction and thereby", + "set this flag. Now the account may be liquidated until init_health >= 0." ], "type": "u8" },