From abd9cf8c72b7f96d46f792ff00895d9d705b55b3 Mon Sep 17 00:00:00 2001 From: woodser <13068859+woodser@users.noreply.github.com> Date: Sun, 4 Jan 2026 17:13:24 -0500 Subject: [PATCH] remove BGN currency from payment accounts --- core/src/main/java/haveno/core/payment/PaysafeAccount.java | 1 - core/src/main/java/haveno/core/payment/PayseraAccount.java | 1 - core/src/main/java/haveno/core/payment/RevolutAccount.java | 1 - core/src/main/java/haveno/core/payment/TransferwiseAccount.java | 1 - 4 files changed, 4 deletions(-) diff --git a/core/src/main/java/haveno/core/payment/PaysafeAccount.java b/core/src/main/java/haveno/core/payment/PaysafeAccount.java index 531aa998b6..1d85983564 100644 --- a/core/src/main/java/haveno/core/payment/PaysafeAccount.java +++ b/core/src/main/java/haveno/core/payment/PaysafeAccount.java @@ -43,7 +43,6 @@ public final class PaysafeAccount extends PaymentAccount { new TraditionalCurrency("AED"), new TraditionalCurrency("ARS"), new TraditionalCurrency("AUD"), - new TraditionalCurrency("BGN"), new TraditionalCurrency("BRL"), new TraditionalCurrency("CAD"), new TraditionalCurrency("CHF"), diff --git a/core/src/main/java/haveno/core/payment/PayseraAccount.java b/core/src/main/java/haveno/core/payment/PayseraAccount.java index 0254cd7c71..4e3087e07a 100644 --- a/core/src/main/java/haveno/core/payment/PayseraAccount.java +++ b/core/src/main/java/haveno/core/payment/PayseraAccount.java @@ -34,7 +34,6 @@ public final class PayseraAccount extends PaymentAccount { // https://github.com/bisq-network/growth/issues/233 public static final List SUPPORTED_CURRENCIES = List.of( new TraditionalCurrency("AUD"), - new TraditionalCurrency("BGN"), new TraditionalCurrency("BYN"), new TraditionalCurrency("CAD"), new TraditionalCurrency("CHF"), diff --git a/core/src/main/java/haveno/core/payment/RevolutAccount.java b/core/src/main/java/haveno/core/payment/RevolutAccount.java index f268a0d0d0..8f14c513f8 100644 --- a/core/src/main/java/haveno/core/payment/RevolutAccount.java +++ b/core/src/main/java/haveno/core/payment/RevolutAccount.java @@ -42,7 +42,6 @@ public final class RevolutAccount extends PaymentAccount { public static final List SUPPORTED_CURRENCIES = List.of( new TraditionalCurrency("AED"), new TraditionalCurrency("AUD"), - new TraditionalCurrency("BGN"), new TraditionalCurrency("CAD"), new TraditionalCurrency("CHF"), new TraditionalCurrency("CZK"), diff --git a/core/src/main/java/haveno/core/payment/TransferwiseAccount.java b/core/src/main/java/haveno/core/payment/TransferwiseAccount.java index 398eaaf1bf..7ac5a7f05b 100644 --- a/core/src/main/java/haveno/core/payment/TransferwiseAccount.java +++ b/core/src/main/java/haveno/core/payment/TransferwiseAccount.java @@ -43,7 +43,6 @@ public final class TransferwiseAccount extends PaymentAccount { new TraditionalCurrency("AED"), new TraditionalCurrency("ARS"), new TraditionalCurrency("AUD"), - new TraditionalCurrency("BGN"), new TraditionalCurrency("CAD"), new TraditionalCurrency("CHF"), new TraditionalCurrency("CLP"),