We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 351e9a6 commit 58e1288Copy full SHA for 58e1288
docs/release-notes/release-notes-0.18.0.md
@@ -118,6 +118,14 @@
118
119
* [Fixed a bug in `btcd` that caused an incompatibility with
120
`bitcoind v27.0`](https://github.com/lightningnetwork/lnd/pull/8573).
121
+
122
+* [Fixed](https://github.com/lightningnetwork/lnd/pull/8609) a function call
123
+ where arguments were swapped.
124
125
+* [Fixed](https://github.com/lightningnetwork/lnd/pull/8545) utxo selection
126
+ for the internal channel funding flow (Single and Batch Funding Flow). Now
127
+ utxos which are unconfirmed and originated from the sweeper subsystem are not
128
+ selected because they bear the risk of being replaced (BIP 125 RBF).
129
130
# New Features
131
## Functional Enhancements
0 commit comments