File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 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
107108keysend 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
You can’t perform that action at this time.
0 commit comments