You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have to prune locktimed packages when their inputs are spent,
otherwise the notification of the watched outputs might be missed. This
can lead to locktimed packages with spent inputs being added back to
the pending claim requests in the future, and they are never cleaned
up until node restart.
Resolves: #3859
Conflicts resolved in:
* lightning/src/ln/functional_tests.rs due to upstream changes of
removed code
* lightning/src/ln/monitor_tests.rs due to trivial upstream
changes
0 commit comments