Skip to content

Commit

Permalink
Do not autofill all currencies by default but keep all unselected.
Browse files Browse the repository at this point in the history
  • Loading branch information
chimp1984 committed Dec 14, 2020
1 parent 484a6be commit 88f26f9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions core/src/main/java/bisq/core/payment/TransferwiseAccount.java
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -28,8 +27,6 @@
public final class TransferwiseAccount extends PaymentAccount {
public TransferwiseAccount() {
super(PaymentMethod.TRANSFERWISE);

tradeCurrencies.addAll(CurrencyUtil.getAllTransferwiseCurrencies());
}

@Override
Expand Down

0 comments on commit 88f26f9

Please sign in to comment.