mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
Do not autofill all currencies by default but keep all unselected.
This commit is contained in:
parent
484a6be379
commit
88f26f9324
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user