Skip to content

Commit ff1c229

Browse files
committed
remove redundant account in getPlaceAndMakePerpOrderIx
1 parent a1719bb commit ff1c229

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

sdk/src/driftClient.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6807,15 +6807,6 @@ export class DriftClient {
68076807
});
68086808
}
68096809

6810-
remainingAccounts.push({
6811-
pubkey: getRevenueShareEscrowAccountPublicKey(
6812-
this.program.programId,
6813-
takerInfo.takerUserAccount.authority
6814-
),
6815-
isWritable: true,
6816-
isSigner: false,
6817-
});
6818-
68196810
const takerOrderId = takerInfo.order.orderId;
68206811
if (hasBuilder(takerInfo.order)) {
68216812
remainingAccounts.push({

0 commit comments

Comments
 (0)