mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-21 14:04:12 +01:00
not lndhub specific
This commit is contained in:
parent
7a06423bc7
commit
97fda9d362
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue