Remove unused variables (#5669)

This commit is contained in:
Nicolas Dorier
2024-01-18 09:47:39 +09:00
committed by GitHub
parent dd7ab2f647
commit 376067324b
39 changed files with 78 additions and 126 deletions

View File

@@ -227,7 +227,6 @@ namespace BTCPayServer.Controllers
entity.Status = InvoiceStatusLegacy.New;
entity.UpdateTotals();
HashSet<CurrencyPair> currencyPairsToFetch = new HashSet<CurrencyPair>();
var rules = storeBlob.GetRateRules(_NetworkProvider);
var excludeFilter = storeBlob.GetExcludedPaymentMethods(); // Here we can compose filters from other origin with PaymentFilter.Any()
if (invoicePaymentMethodFilter != null)
{