mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-11 08:00:32 -04:00
Add missing payment methods to Haveno daemon
https://bounties.monero.social/posts/188/0-901m-add-missing-payment-methods-to-haveno-daemon
This commit is contained in:
parent
3470eb9505
commit
9184b7efe2
42 changed files with 545 additions and 137 deletions
|
@ -40,7 +40,7 @@ public class GetPaymentMethodsTest extends MethodTest {
|
|||
.stream()
|
||||
.map(PaymentMethod::getId)
|
||||
.collect(Collectors.toList());
|
||||
assertTrue(paymentMethodIds.size() >= 20);
|
||||
assertTrue(paymentMethodIds.size() >= 55);
|
||||
}
|
||||
|
||||
@AfterAll
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue