Skip to content

Commit

Permalink
fix client & bump client
Browse files Browse the repository at this point in the history
  • Loading branch information
binyebarwe committed Jan 2, 2024
1 parent d7f811d commit 89e7b83
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openbook-dex/openbook-v2",
"version": "0.1.4",
"version": "0.1.5",
"description": "Typescript Client for openbook-v2 program.",
"repository": "https://github.com/openbook-dex/openbook-v2/",
"author": {
Expand Down
2 changes: 0 additions & 2 deletions ts/client/src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,6 @@ export class OpenBookV2Client {
userQuoteAccount: PublicKey,
openOrdersAdmin: PublicKey | null,
args: PlaceOrderArgs,
referrerAccount: PublicKey | null,
remainingAccounts: PublicKey[],
openOrdersDelegate?: Keypair,
): Promise<[TransactionInstruction, Signer[]]> {
Expand All @@ -742,7 +741,6 @@ export class OpenBookV2Client {
marketBaseVault: market.marketBaseVault,
marketQuoteVault: market.marketQuoteVault,
marketAuthority: market.marketAuthority,
referrerAccount,
tokenProgram: TOKEN_PROGRAM_ID,
openOrdersAdmin,
})
Expand Down

0 comments on commit 89e7b83

Please sign in to comment.