mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-03-03 09:29:10 +01:00
Delete unused code
This commit is contained in:
parent
7bcf1cbdd5
commit
1c2a6bb8a1
1 changed files with 0 additions and 5 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue