From fb58c3d62821407d177d79f934716e6520036696 Mon Sep 17 00:00:00 2001 From: filipzeta <103913117+filipzeta@users.noreply.github.com> Date: Fri, 13 Oct 2023 14:39:27 +1100 Subject: [PATCH] Typo (#287) --- src/program-types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/program-types.ts b/src/program-types.ts index f0b18b102..c0b991dc7 100644 --- a/src/program-types.ts +++ b/src/program-types.ts @@ -335,7 +335,7 @@ export interface PlaceOrderEvent { orderId: anchor.BN; expiryTs: anchor.BN; asset: any; - margin_account: PublicKey; + marginAccount: PublicKey; clientOrderId: anchor.BN; }