Skip to content

Commit af4c500

Browse files
Merge pull request #724 from lightninglabs/docs-lnd
Update lnd documentation
2 parents c9afa88 + 293528c commit af4c500

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

docs/lnd/grpc/ruby.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ require 'grpc'
6363
require '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.
6868
ENV['GRPC_SSL_CIPHER_SUITES'] = "HIGH+ECDSA"
6969

docs/lnd/release-notes/release-notes-0.19.0.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@
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+

0 commit comments

Comments
 (0)