inverse DASH rate

This commit is contained in:
nicolas.dorier 2018-11-01 16:33:53 +09:00
parent fa8324c1f9
commit c0174c0c2c

View File

@ -62,7 +62,7 @@ namespace BTCPayServer.Services.Rates
{
var p2 = symbol.Substring(4);
p2 = p2 == "XBT" ? "BTC" : p2;
global = $"{symbol.Substring(0, 4)}_{p2}";
global = $"{p2}_{symbol.Substring(0, 4)}";
}
else
{