Skip to content

Commit d3f0ea2

Browse files
authored
update documentation
1 parent 1d39ce2 commit d3f0ea2

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)