Skip to content

Commit

Permalink
Add missing trigger-price param
Browse files Browse the repository at this point in the history
  • Loading branch information
ghubstan committed Jul 30, 2021
1 parent b4ee6db commit 95bbb41
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@ public void testTakeAlicesBuyOffer(final TestInfo testInfo) {
0.00,
getDefaultBuyerSecurityDepositAsPercent(),
alicesPaymentAccount.getId(),
TRADE_FEE_CURRENCY_CODE);
TRADE_FEE_CURRENCY_CODE,
NO_TRIGGER_PRICE);
var offerId = alicesOffer.getId();
assertFalse(alicesOffer.getIsCurrencyForMakerFeeBtc());

Expand Down

0 comments on commit 95bbb41

Please sign in to comment.