mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2024-11-19 09:54:30 +01:00
not lndhub specific
This commit is contained in:
parent
7a06423bc7
commit
97fda9d362
@ -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[] {};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user