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 Dec 20, 2023
1 parent 589c187 commit 3fa392e
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 @@ -52,6 +52,12 @@
these unconfirmed transactions are already removed. In addition a new
walletrpc endpoint `RemoveTransaction` is introduced which let one easily
remove unconfirmed transaction manually.

* [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 3fa392e

Please sign in to comment.