Service page for LND Seed Backup

This commit is contained in:
rockstardev
2019-11-04 22:04:35 -06:00
parent b75eaee6dd
commit 2b1aac9aa9
6 changed files with 66 additions and 2 deletions

View File

@@ -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()