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 7, 2023
1 parent efc96c9 commit 93ed71b
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 @@ -36,6 +36,14 @@
might panic due to empty witness data found in a transaction. More details
can be found [here](https://github.com/bitcoin/bitcoin/issues/28730).

* [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's one easily
remove unconfirmed transaction manually.

# New Features
## Functional Enhancements

Expand Down

0 comments on commit 93ed71b

Please sign in to comment.