File tree 1 file changed +9
-1
lines changed
1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 101
101
than once.
102
102
103
103
* [ 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 ) .
105
106
106
107
* [ Fixed] ( https://github.com/lightningnetwork/lnd/pull/9626 ) a bug where a
107
108
keysend payment would not fail properly and only resolve after restart. Now
@@ -301,6 +302,9 @@ close transaction.
301
302
` lnrpc.HTLC ` . This field is used to indicate whether a given HTLC has been
302
303
locked in by the remote peer.
303
304
305
+ * [ Allow custom lock ID and
306
+ duration in FundPsbt] ( https://github.com/lightningnetwork/lnd/pull/9724 ) RPC.
307
+
304
308
## lncli Updates
305
309
306
310
* [ 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.
376
380
[ 2] ( https://github.com/lightningnetwork/lnd/pull/9477 )
377
381
[ 3] ( https://github.com/lightningnetwork/lnd/pull/9478 ) .
378
382
383
+ * [ CI has been updated to build against
384
+ ` bitcoind 29.0 ` ] ( https://github.com/lightningnetwork/lnd/pull/9628 ) to ensure
385
+ compatibility.
386
+
379
387
## Breaking Changes
380
388
## Performance Improvements
381
389
You can’t perform that action at this time.
0 commit comments