Merge pull request #10273 from ziggie1984/fix-nursery-height-hint

fix height hint Zero issue in utxonursery
This commit is contained in:
Olaoluwa Osuntokun
2025-10-20 14:51:05 +01:00
committed by GitHub
3 changed files with 277 additions and 1 deletions

View File

@@ -46,6 +46,10 @@
sweeper where some outputs would not be resolved due to an error string
mismatch.
- [Fixed](https://github.com/lightningnetwork/lnd/pull/10273) a case in the
utxonursery (the legacy sweeper) where htlcs with a locktime of 0 would not
be swept.
# New Features
* Use persisted [nodeannouncement](https://github.com/lightningnetwork/lnd/pull/8825)