btcpayserver/BTCPayServer/Payments/Lightning
d11n 562f88555c
Lightning: Better handling for non-public nodes (#4263)
Fixes #4246. 

`LightningLikePaymentHandler.GetNodeInfo` needed the `throws` argument to handle the cases as previously, otherwise the catch case in `ShowLightningNodeInfo` never occured.

State with this PR: A node can be available, but not have any public addresses. The latter will now be reported when testing the connection and on the public node info page.
2022-11-05 12:21:24 +01:00
..
LightningExtensions.cs Run dotnet format (#3244) 2021-12-31 16:59:02 +09:00
LightningLikePaymentData.cs LNURL Payment Method Support (#2897) 2021-10-25 15:18:02 +09:00
LightningLikePaymentHandler.cs Lightning: Better handling for non-public nodes (#4263) 2022-11-05 12:21:24 +01:00
LightningLikePaymentMethodDetails.cs Test LNUrl Pay payment method information, add doc 2022-02-21 13:22:17 +09:00
LightningListener.cs Make LNURL enabled when only method (#3930) 2022-07-06 22:09:05 +09:00
LightningPendingPayoutListener.cs Refactor Payouts (#4032) 2022-08-17 09:45:51 +02:00
LightningSupportedPaymentMethod.cs Dashboard: Add Lightning balances and services (#3838) 2022-06-14 14:36:22 +09:00