Skip to content

Commit 9567306

Browse files
Merge pull request #753 from lightninglabs/docs-lnd
Update lnd documentation
2 parents 1d39ce2 + d3f0ea2 commit 9567306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/lnd/grpc/ruby.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ $:.unshift(File.dirname(__FILE__))
5858
require 'grpc'
5959
require 'lightning_services_pb'
6060

61-
# Due to updated ECDSA generated tls.cert we need to let gprc know that
61+
# Due to updated ECDSA generated tls.cert we need to let grpc know that
6262
# we need to use that cipher suite otherwise there will be a handshake
6363
# error when we communicate with the lnd rpc server.
6464
ENV['GRPC_SSL_CIPHER_SUITES'] = "HIGH+ECDSA"

0 commit comments

Comments
 (0)