Fix Kraken rate for LTC

This commit is contained in:
nicolas.dorier 2024-02-01 14:45:59 +09:00
parent 85ab691b68
commit c5a926c50c
No known key found for this signature in database
GPG key ID: 6618763EF09186FE

View file

@ -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)