Skip to content

Commit

Permalink
docs: update release notes re empty witness data
Browse files Browse the repository at this point in the history
  • Loading branch information
yyforyongyu committed Oct 30, 2023
1 parent 33abb6d commit b9bc021
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/release-notes/release-notes-0.18.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,21 @@

# Bug Fixes

* [Fixed a potential case](https://github.com/lightningnetwork/lnd/pull/7824)
that when sweeping inputs with locktime, an unexpected lower fee rate is
applied.

* LND will now [enforce pong responses
](https://github.com/lightningnetwork/lnd/pull/7828) from its peers

* [Fixed a possible unintended RBF
attempt](https://github.com/lightningnetwork/lnd/pull/8091) when sweeping new
inputs with retried ones.

* [Fixed](https://github.com/lightningnetwork/lnd/pull/7811) a case where `lnd`
might panic due to empty witness data found in a transaction. More details
can be found [here](https://github.com/bitcoin/bitcoin/issues/28730).

# New Features
## Functional Enhancements

Expand Down

0 comments on commit b9bc021

Please sign in to comment.