Skip to content

Commit 5f082bf

Browse files
Merge pull request #816 from lightninglabs/docs-lnd
Update lnd documentation
2 parents bfdcac3 + 016c057 commit 5f082bf

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/lnd/release-notes/release-notes-0.19.0.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@
101101
than once.
102102

103103
* [Fixed](https://github.com/lightningnetwork/lnd/pull/9609) a bug that may
104-
cause `listunspent` to give inaccurate wallet UTXOs.
104+
cause `listunspent` to give inaccurate wallet UTXOs and
105+
[`locked_balance`](https://github.com/lightningnetwork/lnd/pull/9693).
105106

106107
* [Fixed](https://github.com/lightningnetwork/lnd/pull/9626) a bug where a
107108
keysend payment would not fail properly and only resolve after restart. Now
@@ -301,6 +302,9 @@ close transaction.
301302
`lnrpc.HTLC`. This field is used to indicate whether a given HTLC has been
302303
locked in by the remote peer.
303304

305+
* [Allow custom lock ID and
306+
duration in FundPsbt](https://github.com/lightningnetwork/lnd/pull/9724) RPC.
307+
304308
## lncli Updates
305309

306310
* [Fixed](https://github.com/lightningnetwork/lnd/pull/9605) a case where
@@ -376,6 +380,10 @@ The underlying functionality between those two options remain the same.
376380
[2](https://github.com/lightningnetwork/lnd/pull/9477)
377381
[3](https://github.com/lightningnetwork/lnd/pull/9478).
378382

383+
* [CI has been updated to build against
384+
`bitcoind 29.0`](https://github.com/lightningnetwork/lnd/pull/9628) to ensure
385+
compatibility.
386+
379387
## Breaking Changes
380388
## Performance Improvements
381389

0 commit comments

Comments
 (0)