Skip to content

Commit

Permalink
docs: add release-notes
Browse files Browse the repository at this point in the history
  • Loading branch information
ziggie1984 committed Nov 29, 2023
1 parent 590a2ce commit f6f1c03
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/release-notes/release-notes-0.18.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,14 @@

* [Ensure that a valid SCID](https://github.com/lightningnetwork/lnd/pull/8171)
is used when marking a zombie edge as live.

* [Remove sweep transactions of the
same exclusive group](https://github.com/lightningnetwork/lnd/pull/7800).
When using neutrino as a backend unconfirmed transactions have to be
removed from the wallet when a conflicting tx is confirmed. For other backends
these unconfirmed transactions are already removed. In addition a new
walletrpc endpoint `RemoveTransaction` is introduced which let one easily
remove unconfirmed transaction manually.

# New Features
## Functional Enhancements
Expand Down

0 comments on commit f6f1c03

Please sign in to comment.