mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 22:44:29 +01:00
let X_X rates show in rates api as bitpay does
This commit is contained in:
@@ -55,10 +55,6 @@ namespace BTCPayServer.Controllers
|
||||
|
||||
foreach (var currencyCode in currencyCodes)
|
||||
{
|
||||
if (baseCurrency == currencyCode)
|
||||
{
|
||||
continue;
|
||||
}
|
||||
if (!string.IsNullOrEmpty(currencypairs))
|
||||
{
|
||||
currencypairs += ",";
|
||||
|
||||
Reference in New Issue
Block a user