Skip to content

Commit

Permalink
Typo (#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
filipzeta authored Oct 13, 2023
1 parent 2163137 commit fb58c3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/program-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ export interface PlaceOrderEvent {
orderId: anchor.BN;
expiryTs: anchor.BN;
asset: any;
margin_account: PublicKey;
marginAccount: PublicKey;
clientOrderId: anchor.BN;
}

Expand Down

0 comments on commit fb58c3d

Please sign in to comment.