mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 07:07:43 +01:00
Invert currency pair notation to confirm with standard
This commit is contained in:
parent
239a26299f
commit
5db6b34d8e
1 changed files with 1 additions and 1 deletions
|
@ -527,7 +527,7 @@ public class BSFormatter {
|
|||
}
|
||||
|
||||
public String getCurrencyPair(String currencyCode) {
|
||||
if (CurrencyUtil.isCryptoCurrency(currencyCode))
|
||||
if (CurrencyUtil.isFiatCurrency(currencyCode))
|
||||
return "BTC/" + currencyCode;
|
||||
else
|
||||
return currencyCode + "/BTC";
|
||||
|
|
Loading…
Add table
Reference in a new issue