mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-03-10 17:26:05 +01:00
Fix Kraken rate for LTC
This commit is contained in:
parent
85ab691b68
commit
c5a926c50c
1 changed files with 3 additions and 0 deletions
|
@ -48,6 +48,9 @@ namespace BTCPayServer.Services.Rates
|
|||
{ "XXMR", "XMR" },
|
||||
{ "XETH", "ETH" },
|
||||
{ "USDC", "USDC" }, // On A=A purpose
|
||||
{ "XZEC", "ZEC" },
|
||||
{ "XLTC", "LTC" },
|
||||
{ "XXRP", "XRP" },
|
||||
};
|
||||
|
||||
string Normalize(string ticker)
|
||||
|
|
Loading…
Add table
Reference in a new issue