Skip to content

Commit

Permalink
Add missing 0 trigger-price param
Browse files Browse the repository at this point in the history
  • Loading branch information
ghubstan committed Jul 18, 2021
1 parent bf822e7 commit 1d21cb9
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,
0L);
var offerId = alicesOffer.getId();
assertFalse(alicesOffer.getIsCurrencyForMakerFeeBtc());

Expand Down

0 comments on commit 1d21cb9

Please sign in to comment.