mit-dci / lit

Lightning Network node software
MIT License
551 stars 119 forks source link

Use tracker to lookup nodes (new p2p code) #391

Closed gertjaap closed 6 years ago

gertjaap commented 6 years ago

The new peer-to-peer code was missing the ability to lookup node addresses via the tracker. I've added that in this PR. Needed also for convenient multihop payments, otherwise you have to manually connect to the nodes you want to pay beforehand.