@triadxyz/triad-protocol 3.3.6-beta → 3.3.8-beta
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js
CHANGED
|
@@ -858,8 +858,7 @@ class TriadProtocol {
|
|
|
858
858
|
signer: this.program.provider.publicKey,
|
|
859
859
|
payer: this.rpcOptions.payer,
|
|
860
860
|
market: (0, pda_1.getMarketPDA)(this.program.programId, order.marketId),
|
|
861
|
-
orderBook: (0, pda_1.getOrderBookPDA)(this.program.programId, order.marketId)
|
|
862
|
-
userTrade: this.getUserPDA(this.program.provider.publicKey, order.userNonce)
|
|
861
|
+
orderBook: (0, pda_1.getOrderBookPDA)(this.program.programId, order.marketId)
|
|
863
862
|
})
|
|
864
863
|
.instruction());
|
|
865
864
|
}
|