Closed alevchuk closed 6 years ago
There were changes in LND credentials / macaroon system which broke the old way of connecting LDN GRPC server. The server would log the failue like this:
ssl_transport_security.cc:976] Handshake failed with fatal error SSL_ERROR_SSL: error:14094410:SSL routines:ssl3_read_bytes:sslv3 alert handshake failure.
This change makes recksplorer work with the latest LND version: lightningnetwork/lnd@7abdd30a878efb3673ce4dfe0070570a6c9444c8
Looks good. Thanks for the PR
There were changes in LND credentials / macaroon system which broke the old way of connecting LDN GRPC server. The server would log the failue like this:
This change makes recksplorer work with the latest LND version: lightningnetwork/lnd@7abdd30a878efb3673ce4dfe0070570a6c9444c8