mirror of
https://github.com/boldsuck/haveno.git
synced 2025-01-22 07:44:33 +00: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() {
|
||||
return Arrays.asList(
|
||||
new TraditionalCurrency("XAG", "Gold"),
|
||||
new TraditionalCurrency("XAU", "Silver"),
|
||||
new TraditionalCurrency("XAG", "Silver"),
|
||||
new TraditionalCurrency("XAU", "Gold"),
|
||||
new TraditionalCurrency("XGB", "Goldback")
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue