This commit is contained in:
Andrew Camilleri
2019-09-30 10:32:43 +02:00
committed by Nicolas Dorier
parent 3366c86b16
commit d66b111121
57 changed files with 2165 additions and 12 deletions

View File

@@ -141,6 +141,7 @@ namespace BTCPayServer.Controllers
.Where(c => c != null))
{
currencyPairsToFetch.Add(new CurrencyPair(network.CryptoCode, invoice.Currency));
//TODO: abstract
if (storeBlob.LightningMaxValue != null)
currencyPairsToFetch.Add(new CurrencyPair(network.CryptoCode, storeBlob.LightningMaxValue.Currency));
if (storeBlob.OnChainMinValue != null)