File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -118,6 +118,10 @@ keysend payment validation is stricter.
118
118
* [ Fixed] ( https://github.com/lightningnetwork/lnd/pull/9746 ) a possible panic
119
119
when running LND with an aux component injected (custom channels).
120
120
121
+ * [ Fixed a bug] ( https://github.com/lightningnetwork/lnd/pull/9750 ) : if a Taproot
122
+ address is added to LND using the ` ImportTapscript ` RPC, LND previously failed
123
+ to perform a cooperative close to that address.
124
+
121
125
# New Features
122
126
123
127
* Add support for [ archiving channel backup] ( https://github.com/lightningnetwork/lnd/pull/9232 )
@@ -307,6 +311,10 @@ close transaction.
307
311
308
312
* [ Allow custom lock ID and
309
313
duration in FundPsbt] ( https://github.com/lightningnetwork/lnd/pull/9724 ) RPC.
314
+
315
+ * Expand the [ lnrpc.RPCMiddlewareRequest] ( https://github.com/lightningnetwork/lnd/pull/9739 )
316
+ to include any [ gRPC metadata] ( https://grpc.io/docs/guides/metadata ) pairs
317
+ that are passed to the initial request via the ` context.Context ` .
310
318
311
319
## lncli Updates
312
320
You can’t perform that action at this time.
0 commit comments