Do not autofill all currencies by default but keep all unselected.

This commit is contained in:
chimp1984 2020-12-13 23:50:28 -05:00
parent 484a6be379
commit 88f26f9324
No known key found for this signature in database
GPG Key ID: 9801B4EC591F90E3

View File

@ -17,7 +17,6 @@
package bisq.core.payment;
import bisq.core.locale.CurrencyUtil;
import bisq.core.payment.payload.PaymentAccountPayload;
import bisq.core.payment.payload.PaymentMethod;
import bisq.core.payment.payload.TransferwiseAccountPayload;
@ -28,8 +27,6 @@ import lombok.EqualsAndHashCode;
public final class TransferwiseAccount extends PaymentAccount {
public TransferwiseAccount() {
super(PaymentMethod.TRANSFERWISE);
tradeCurrencies.addAll(CurrencyUtil.getAllTransferwiseCurrencies());
}
@Override