diff --git a/core/src/main/java/haveno/core/payment/payload/PaymentMethod.java b/core/src/main/java/haveno/core/payment/payload/PaymentMethod.java index b889f5c856..fce19933dd 100644 --- a/core/src/main/java/haveno/core/payment/payload/PaymentMethod.java +++ b/core/src/main/java/haveno/core/payment/payload/PaymentMethod.java @@ -563,9 +563,11 @@ public final class PaymentMethod implements PersistablePayload, Comparable c.getCode().equals(currencyCode))) - return false; + + // TODO: bisq indicates no chargeback risk for non-"mature" currencies, but they have chargeback risk too, so we disable + // if (CurrencyUtil.getMatureMarketCurrencies().stream() + // .noneMatch(c -> c.getCode().equals(currencyCode))) + // return false; return id.equals(PaymentMethod.SEPA_ID) || id.equals(PaymentMethod.SEPA_INSTANT_ID) ||