edouardparis / lntop

:zap: LN terminal dashboard :bar_chart:
MIT License
183 stars 24 forks source link

Support for Voltage LND #109

Closed GeorgeTsagk closed 1 year ago

GeorgeTsagk commented 1 year ago

Description

Usually when applications want to connect to an LND hosted @ Voltage we leave out the cert path blank, in which case the presented Voltage tls cert is checked with some CA. When leaving the cert path empty in the lntop config we get an error

2023/06/06 16:04:03 open : no such file or directory

Solution

When an empty cert path is provided lntop can handle that case and create an empty tls config to be used for the grpc connection.

GeorgeTsagk commented 1 year ago

I created https://github.com/edouardparis/lntop/pull/110 which is a straight-forward approach that is currently not working