We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a54545d commit 1c12ba2Copy full SHA for 1c12ba2
sdk/test/gateway.test.ts
@@ -504,7 +504,7 @@ describe('Gateway Tests', () => {
504
satAmountLocked: BigInt(order.satAmountLocked.toString()),
505
satFeesMax: BigInt(order.satFeesMax.toString()),
506
orderTimestamp: order.orderTimestamp,
507
- canOrderBeUnlocked: true,
+ canOrderBeUnlocked: false,
508
shouldFeesBeBumped: false,
509
}));
510
0 commit comments