mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-19 03:38:12 -04:00
fix xag and xau names inverted
This commit is contained in:
parent
1cbf14f477
commit
4f5f82bf0f
1 changed files with 2 additions and 2 deletions
|
@ -58,8 +58,8 @@ public class CurrencyUtil {
|
||||||
|
|
||||||
private static List<TraditionalCurrency> getTraditionalNonFiatCurrencies() {
|
private static List<TraditionalCurrency> getTraditionalNonFiatCurrencies() {
|
||||||
return Arrays.asList(
|
return Arrays.asList(
|
||||||
new TraditionalCurrency("XAG", "Gold"),
|
new TraditionalCurrency("XAG", "Silver"),
|
||||||
new TraditionalCurrency("XAU", "Silver"),
|
new TraditionalCurrency("XAU", "Gold"),
|
||||||
new TraditionalCurrency("XGB", "Goldback")
|
new TraditionalCurrency("XGB", "Goldback")
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue