remove lnurl from crowdfund as per requests

This commit is contained in:
Kukks
2022-06-29 15:33:24 +02:00
committed by Andrew Camilleri
parent cf747f1e07
commit 4eabe91cee
5 changed files with 4 additions and 91 deletions

View File

@@ -359,8 +359,7 @@ namespace BTCPayServer.Hosting
services.AddSingleton<IUIExtension>(new UIExtension("LNURL/LightningAddressNav",
"store-integrations-nav"));
services.AddSingleton<IUIExtension>(new UIExtension("LNURL/LightningAddressOption",
"store-integrations-list"));services.AddSingleton<IUIExtension>(new UIExtension("LNURL/CrowdfundLNURL",
"crowdfund-head"));
"store-integrations-list"));
services.AddSingleton<IHostedService, LightningListener>();
services.AddSingleton<PaymentMethodHandlerDictionary>();