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 Apr 24, 2024
1 parent 351e9a6 commit 58e1288
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 @@ -118,6 +118,14 @@

* [Fixed a bug in `btcd` that caused an incompatibility with
`bitcoind v27.0`](https://github.com/lightningnetwork/lnd/pull/8573).

* [Fixed](https://github.com/lightningnetwork/lnd/pull/8609) a function call
where arguments were swapped.

* [Fixed](https://github.com/lightningnetwork/lnd/pull/8545) utxo selection
for the internal channel funding flow (Single and Batch Funding Flow). Now
utxos which are unconfirmed and originated from the sweeper subsystem are not
selected because they bear the risk of being replaced (BIP 125 RBF).

# New Features
## Functional Enhancements
Expand Down

0 comments on commit 58e1288

Please sign in to comment.