mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-02-10 00:34:27 +01:00
not lndhub specific
This commit is contained in:
@@ -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[] {};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user