Skip to content

Commit

Permalink
Merge pull request #5293 from sqrrm/make-ngn-default
Browse files Browse the repository at this point in the history
Add NGN as a default currency
  • Loading branch information
ripcurlx authored Mar 11, 2021
2 parents 463f87b + eabb173 commit 9635ed5
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 9635ed5

Please sign in to comment.