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 6, 2023
1 parent 2e5b287 commit 500294f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 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,12 @@
might panic due to empty witness data found in a transaction. More details
can be found [here](https://github.com/bitcoin/bitcoin/issues/28730).

* [Fixed](https://github.com/lightningnetwork/lnd/pull/7805) a case where `lnd`
might propose a low fee rate for the channel (when initiator) due to the
mempool not having enough data yet or the channel might be drained locally
which with the default fee allocation in place will eventually lead to the
downsizing to the fee floor (1 sat/vbyte) in the worst case.

# New Features
## Functional Enhancements

Expand Down

0 comments on commit 500294f

Please sign in to comment.