Skip to content

Commit

Permalink
Add NGN as a default currency
Browse files Browse the repository at this point in the history
  • Loading branch information
sqrrm committed Mar 10, 2021
1 parent 463f87b commit eabb173
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/main/java/bisq/core/locale/CurrencyUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ public static List<FiatCurrency> getMainFiatCurrencies() {
list.add(new FiatCurrency("AUD"));
list.add(new FiatCurrency("RUB"));
list.add(new FiatCurrency("INR"));
list.add(new FiatCurrency("NGN"));

list.sort(TradeCurrency::compareTo);

Expand Down

0 comments on commit eabb173

Please sign in to comment.