diff --git a/BTCPayServer/HostedServices/InvoiceNotificationManager.cs b/BTCPayServer/HostedServices/InvoiceNotificationManager.cs index dccc036af..99acf3e11 100644 --- a/BTCPayServer/HostedServices/InvoiceNotificationManager.cs +++ b/BTCPayServer/HostedServices/InvoiceNotificationManager.cs @@ -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) {