mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2024-11-19 18:11:36 +01:00
inverse DASH rate
This commit is contained in:
parent
fa8324c1f9
commit
c0174c0c2c
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user