mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-02-23 15:14:49 +01:00
Service page for LND Seed Backup
This commit is contained in:
@@ -621,6 +621,11 @@ namespace BTCPayServer.Controllers
|
||||
ServiceLink = service.ConnectionString.Server.AbsoluteUri.WithoutEndingSlash()
|
||||
});
|
||||
}
|
||||
if (service.Type == ExternalServiceTypes.LNDSeedBackup)
|
||||
{
|
||||
var model = new LndSeedBackupViewModel();
|
||||
return View("LndSeedBackup", model);
|
||||
}
|
||||
if (service.Type == ExternalServiceTypes.RPC)
|
||||
{
|
||||
return View("RPCService", new LightningWalletServices()
|
||||
|
||||
Reference in New Issue
Block a user