File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ require 'grpc'
63
63
require ' lightning_services_pb'
64
64
65
65
# Due to updated ECDSA generated tls.cert we need to let gprc know that
66
- # we need to use that cipher suite otherwise there will be a handhsake
66
+ # we need to use that cipher suite otherwise there will be a handshake
67
67
# error when we communicate with the lnd rpc server.
68
68
ENV [' GRPC_SSL_CIPHER_SUITES' ] = " HIGH+ECDSA"
69
69
Original file line number Diff line number Diff line change 48
48
* [ Fixed a bug] ( https://github.com/lightningnetwork/lnd/pull/9249 ) found in the
49
49
mission control store that can block the shutdown process of LND.
50
50
51
+ * Make sure the RPC clients used to access the chain backend are [ properly
52
+ shutdown] ( https://github.com/lightningnetwork/lnd/pull/9261 ) .
53
+
51
54
# New Features
52
55
## Functional Enhancements
53
56
## RPC Additions
@@ -196,4 +199,5 @@ The underlying functionality between those two options remain the same.
196
199
* Oliver Gugger
197
200
* Pins
198
201
* Viktor Tigerström
199
- * Ziggie
202
+ * Ziggie
203
+
You can’t perform that action at this time.
0 commit comments