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:
PromptPunksFauxCough 2025-06-21 00:52:50 +00:00
parent 3470eb9505
commit 9184b7efe2
42 changed files with 545 additions and 137 deletions

View file

@ -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