lightninglabs / lndmon

🔎lndmon: A drop-in monitoring solution for your lnd node using Prometheus+Grafana
MIT License
149 stars 47 forks source link

collectors: remove unneded resoltion when processing final/subscribed htlc events #97

Closed bhandras closed 1 year ago

bhandras commented 1 year ago

A previous PR (https://github.com/lightninglabs/lndmon/pull/96) introduced a new bug where we forwarded the final and subscribed events to record them as resolution which isn't needed. This PR fixes that problem.