Add Lightning Service Torq (#4296)

This commit is contained in:
maxwedwards
2022-11-18 11:19:01 +00:00
committed by GitHub
parent a253fd5001
commit bf91efc756
5 changed files with 16 additions and 4 deletions

View File

@@ -512,6 +512,7 @@ namespace BTCPayServer.Controllers
case ExternalServiceTypes.RTL:
case ExternalServiceTypes.ThunderHub:
case ExternalServiceTypes.Spark:
case ExternalServiceTypes.Torq:
if (connectionString.AccessKey == null)
{
TempData[WellKnownTempData.ErrorMessage] = $"The access key of the service is not set";