vincenzopalazzo / lampo.rs

lampo (lightning in Italian) is a experimental implementation of a tiny lightning node
http://lampo.devcrew.cc
BSD 3-Clause "New" or "Revised" License
31 stars 14 forks source link

lampod: fixing panicing of the background task #263

Closed vincenzopalazzo closed 1 week ago

vincenzopalazzo commented 1 week ago

ldk was generating a warning log, and we were implementing a wrong match on the string warning so the background process was panicking and we were not able to receive the ldk events sometimes.

Fixes: https://github.com/vincenzopalazzo/lampo.rs/issues/218