mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 22:25:28 +01:00
Fix BTC_GBP pair not resolved for kraken
This commit is contained in:
parent
f3890cd029
commit
2e0abdbd06
1 changed files with 1 additions and 0 deletions
|
@ -84,6 +84,7 @@ namespace BTCPayServer.Services.Rates
|
|||
{ "ZEUR", "EUR" },
|
||||
{ "ZJPY", "JPY" },
|
||||
{ "ZCAD", "CAD" },
|
||||
{ "ZGBP", "GBP" }
|
||||
};
|
||||
|
||||
public async Task<ExchangeRates> GetRatesAsync(CancellationToken cancellationToken)
|
||||
|
|
Loading…
Add table
Reference in a new issue