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'
6363require ' lightning_services_pb'
6464
6565# 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
6767# error when we communicate with the lnd rpc server.
6868ENV [' GRPC_SSL_CIPHER_SUITES' ] = " HIGH+ECDSA"
6969
Original file line number Diff line number Diff line change 4848* [ Fixed a bug] ( https://github.com/lightningnetwork/lnd/pull/9249 ) found in the
4949 mission control store that can block the shutdown process of LND.
5050
51+ * Make sure the RPC clients used to access the chain backend are [ properly
52+ shutdown] ( https://github.com/lightningnetwork/lnd/pull/9261 ) .
53+
5154# New Features
5255## Functional Enhancements
5356## RPC Additions
@@ -196,4 +199,5 @@ The underlying functionality between those two options remain the same.
196199* Oliver Gugger
197200* Pins
198201* Viktor Tigerström
199- * Ziggie
202+ * Ziggie
203+
You can’t perform that action at this time.
0 commit comments