@triadxyz/triad-protocol 2.4.8-beta → 2.4.9-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
|
@@ -827,7 +827,8 @@ class TriadProtocolClient {
|
|
|
827
827
|
.marketAskOrder({
|
|
828
828
|
shares: new bn_js_1.default(sharesToSell),
|
|
829
829
|
orderDirection: direction,
|
|
830
|
-
bidOrderId: new bn_js_1.default(bidOrderId)
|
|
830
|
+
bidOrderId: new bn_js_1.default(bidOrderId),
|
|
831
|
+
bookOrderBidId: new bn_js_1.default(order.id)
|
|
831
832
|
})
|
|
832
833
|
.accounts({
|
|
833
834
|
signer: this.program.provider.publicKey,
|