Merge pull request #10189 from ziggie1984/fix-fee-estimation

bugfix error matching sweeper
This commit is contained in:
Yong
2025-09-17 00:53:10 +08:00
committed by GitHub
9 changed files with 245 additions and 13 deletions

View File

@@ -42,6 +42,10 @@
send unnecessary `channel_announcement` and `node_announcement` messages when
replying to a `gossip_timestamp_filter` query.
- [Fixed](https://github.com/lightningnetwork/lnd/pull/10189) a case in the
sweeper where some outputs would not be resolved due to an error string
mismatch.
# New Features
* Use persisted [nodeannouncement](https://github.com/lightningnetwork/lnd/pull/8825)