mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 06:24:24 +01:00
remove lnurl from crowdfund as per requests
This commit is contained in:
@@ -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>();
|
||||
|
||||
Reference in New Issue
Block a user