chemicstry / recksplorer

Lightning Network Explorer
179 stars 72 forks source link

update LND connector with latest lnd.proto and GRPC handshake #14

Closed alevchuk closed 6 years ago

alevchuk commented 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

chemicstry commented 6 years ago

Looks good. Thanks for the PR