Refactor Crowdfund to use the tagging system

This commit is contained in:
nicolas.dorier
2019-02-19 12:48:48 +09:00
parent 37327ec674
commit 6226de7cff
10 changed files with 237 additions and 289 deletions

View File

@@ -189,11 +189,6 @@ namespace BTCPayServer.Controllers
return new DataWrapper<InvoiceResponse>(resp) { Facade = "pos/invoice" };
}
internal Task CreateInvoiceCore(Invoice invoice, StoreData store, string v1, string[] v2)
{
throw new NotImplementedException();
}
private Task WhenAllFetched(InvoiceLogs logs, Dictionary<CurrencyPair, Task<RateResult>> fetchingByCurrencyPair)
{
return Task.WhenAll(fetchingByCurrencyPair.Select(async pair =>