Rename InvoiceNotificationManager -> BitpayIPNSender

This commit is contained in:
nicolas.dorier
2022-01-11 13:14:10 +09:00
parent c6df43363f
commit cb295e20d4
2 changed files with 3 additions and 3 deletions

View File

@@ -342,7 +342,7 @@ namespace BTCPayServer.Hosting
services.AddSingleton<IHostedService, NBXplorerWaiters>();
services.AddSingleton<IHostedService, InvoiceEventSaverService>();
services.AddSingleton<IHostedService, InvoiceNotificationManager>();
services.AddSingleton<IHostedService, BitpayIPNSender>();
services.AddSingleton<IHostedService, InvoiceWatcher>();
services.AddSingleton<IHostedService, RatesHostedService>();
services.AddSingleton<IHostedService, BackgroundJobSchedulerHostedService>();