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.
1 parent 1d39ce2 commit d3f0ea2Copy full SHA for d3f0ea2
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