not lndhub specific

This commit is contained in:
Kukks
2023-12-13 13:40:18 +01:00
parent 7a06423bc7
commit 97fda9d362

View File

@@ -142,7 +142,7 @@ namespace BTCPayServer.Payments.Lightning
{
throw new PaymentMethodUnavailableException("The lightning node did not reply in a timely manner");
}
catch (NotSupportedException) when (isLndHub)
catch (NotSupportedException)
{
return new NodeInfo[] {};
}