mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 14:22:40 +01:00
let X_X rates show in rates api as bitpay does
This commit is contained in:
parent
64181d1a93
commit
2c6133b4f7
1 changed files with 0 additions and 4 deletions
|
@ -55,10 +55,6 @@ namespace BTCPayServer.Controllers
|
|||
|
||||
foreach (var currencyCode in currencyCodes)
|
||||
{
|
||||
if (baseCurrency == currencyCode)
|
||||
{
|
||||
continue;
|
||||
}
|
||||
if (!string.IsNullOrEmpty(currencypairs))
|
||||
{
|
||||
currencypairs += ",";
|
||||
|
|
Loading…
Add table
Reference in a new issue