alexbosworth / ln-service

Node.js interface to LND
MIT License
319 stars 60 forks source link

Is there any way to get a list of **past** failed HTLCs #173

Closed andreashuber69 closed 1 year ago

andreashuber69 commented 1 year ago

IIUC, I can get failed HTLCs as they happen with subscribeToForwards. When I connect to a node I need a list of past failed HTLCs. Similar to getFailedPayments I would have expected a function getFailedForwards or something similar.

alexbosworth commented 1 year ago

no those aren't recorded by lnd for space savings reason