lescuer97/nutmix

Route not being found when paying an invoice

Closed this issue · 1 comments

When trying to pay a lightning invoice from a cashu wallet. If the payment goes over a node that is not LND it errors out as not finding a route.

Doesn't work:
LND (Mint) -> Core -> Core
LND (Mint) -> Core -> Core -> LND

Works:
LND (Mint) -> Core
LND (Mint) -> Core -> LND
LND (Mint) -> LND -> LND

Fixed by parsing more data on lightning #18