mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-19 15:04:19 +01:00
Delete unused code
This commit is contained in:
@@ -277,11 +277,6 @@ namespace BTCPayServer.HostedServices
|
|||||||
|
|
||||||
int MaxTry = 6;
|
int MaxTry = 6;
|
||||||
|
|
||||||
private static string GetHttpJobId(InvoiceEntity invoice)
|
|
||||||
{
|
|
||||||
return $"{invoice.Id}-{invoice.Status}-HTTP";
|
|
||||||
}
|
|
||||||
|
|
||||||
CompositeDisposable leases = new CompositeDisposable();
|
CompositeDisposable leases = new CompositeDisposable();
|
||||||
public Task StartAsync(CancellationToken cancellationToken)
|
public Task StartAsync(CancellationToken cancellationToken)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user