Skip to content

Commit

Permalink
Update SamWitchOrderBook.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
doublesharp committed Feb 25, 2024
1 parent a2d1d28 commit dea7165
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/SamWitchOrderBook.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2599,7 +2599,6 @@ describe("SamWitchOrderBook", function () {
]);

const newOrder = {side: OrderSide.Buy, tokenId, price: price + 1 * tick, quantity: quantity + 2};
console.log(newOrder);
await orderBook.cancelAndMakeLimitOrders([1], [{side: OrderSide.Buy, tokenId, price}], [newOrder]);

const nextOrderIdSlot = 2;
Expand Down

0 comments on commit dea7165

Please sign in to comment.