File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 26
26
- [ Fixed] ( https://github.com/lightningnetwork/lnd/pull/9921 ) a case where the
27
27
spending notification of an output may be missed if wrong height hint is used.
28
28
29
+ - [ Fixed] ( https://github.com/lightningnetwork/lnd/pull/9962 ) a case where the
30
+ node may panic if it's running in the remote signer mode.
31
+
29
32
# New Features
30
33
31
34
## Functional Enhancements
Original file line number Diff line number Diff line change @@ -76,6 +76,7 @@ circuit. The indices are only available for forwarding events saved after v0.20.
76
76
* [ 1] ( https://github.com/lightningnetwork/lnd/pull/9866 )
77
77
* [ 2] ( https://github.com/lightningnetwork/lnd/pull/9869 )
78
78
* [ 3] ( https://github.com/lightningnetwork/lnd/pull/9887 )
79
+ * [ 4] ( https://github.com/lightningnetwork/lnd/pull/9931 )
79
80
80
81
## RPC Updates
81
82
You can’t perform that action at this time.
0 commit comments