Add clightning rest services page (#1297)

* Add clightning rest services page

* fix rebase
This commit is contained in:
Andrew Camilleri
2020-01-23 14:20:37 +01:00
committed by Nicolas Dorier
parent 5dd3112e0d
commit 086cbaa231
4 changed files with 180 additions and 9 deletions

View File

@@ -47,7 +47,7 @@ namespace BTCPayServer.Configuration
}
connectionString.Server = serviceUri;
if (serviceType == ExternalServiceTypes.LNDGRPC || serviceType == ExternalServiceTypes.LNDRest)
if (serviceType == ExternalServiceTypes.LNDGRPC || serviceType == ExternalServiceTypes.LNDRest || serviceType == ExternalServiceTypes.CLightningRest)
{
// Read the MacaroonDirectory
if (connectionString.MacaroonDirectoryPath != null)