Fix BTC_GBP pair not resolved for kraken

This commit is contained in:
nicolas.dorier 2019-09-21 13:05:05 +09:00
parent f3890cd029
commit 2e0abdbd06
No known key found for this signature in database
GPG key ID: 6618763EF09186FE

View file

@ -84,6 +84,7 @@ namespace BTCPayServer.Services.Rates
{ "ZEUR", "EUR" },
{ "ZJPY", "JPY" },
{ "ZCAD", "CAD" },
{ "ZGBP", "GBP" }
};
public async Task<ExchangeRates> GetRatesAsync(CancellationToken cancellationToken)