Skip to content

Commit

Permalink
Merge pull request #4007 from ripcurlx/support-ars-in-moneygram
Browse files Browse the repository at this point in the history
Add ARS as supported currency for MoneyGram
  • Loading branch information
sqrrm authored Feb 26, 2020
2 parents bf592f3 + 6537e13 commit c3bff5f
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 @@ -182,6 +182,7 @@ public static List<TradeCurrency> getAllAdvancedCashCurrencies() {
public static List<TradeCurrency> getAllMoneyGramCurrencies() {
ArrayList<TradeCurrency> currencies = new ArrayList<>(Arrays.asList(
new FiatCurrency("AED"),
new FiatCurrency("ARS"),
new FiatCurrency("AUD"),
new FiatCurrency("BND"),
new FiatCurrency("CAD"),
Expand Down

0 comments on commit c3bff5f

Please sign in to comment.