Delete unused code

This commit is contained in:
nicolas.dorier 2019-01-16 19:35:29 +09:00
parent 7bcf1cbdd5
commit 1c2a6bb8a1

View file

@ -277,11 +277,6 @@ namespace BTCPayServer.HostedServices
int MaxTry = 6;
private static string GetHttpJobId(InvoiceEntity invoice)
{
return $"{invoice.Id}-{invoice.Status}-HTTP";
}
CompositeDisposable leases = new CompositeDisposable();
public Task StartAsync(CancellationToken cancellationToken)
{