We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1d39ce2 + d3f0ea2 commit 9567306Copy full SHA for 9567306
docs/lnd/grpc/ruby.md
@@ -58,7 +58,7 @@ $:.unshift(File.dirname(__FILE__))
58
require 'grpc'
59
require 'lightning_services_pb'
60
61
-# Due to updated ECDSA generated tls.cert we need to let gprc know that
+# Due to updated ECDSA generated tls.cert we need to let grpc know that
62
# we need to use that cipher suite otherwise there will be a handshake
63
# error when we communicate with the lnd rpc server.
64
ENV['GRPC_SSL_CIPHER_SUITES'] = "HIGH+ECDSA"
0 commit comments