mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 05:54:26 +01:00
Add Lightning Service Torq (#4296)
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user