@triadxyz/triad-protocol 2.0.2-beta → 2.0.3-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/trade.js +1 -0
- package/package.json +1 -1
package/dist/trade.js
CHANGED
|
@@ -574,6 +574,7 @@ class Trade {
|
|
|
574
574
|
let linkedSellerBidTradePDA = (0, pda_1.getUserTradePDA)(this.program.programId, new web3_js_1.PublicKey(order.authority));
|
|
575
575
|
const linkedBidOrder = userOrders.find((order) => order.orderId === order.linkedBidOrderId &&
|
|
576
576
|
order.marketId === marketId.toString());
|
|
577
|
+
console.log('order', order);
|
|
577
578
|
console.log('userOrders', userOrders);
|
|
578
579
|
console.log('linkedBidOrder', linkedBidOrder);
|
|
579
580
|
if (!linkedBidOrder) {
|