Merge pull request #9337 from Guayaba221/patch-1

chore: fix typo in ruby.md
This commit is contained in:
Oliver Gugger 2024-12-06 14:10:51 +01:00 committed by GitHub
commit 5659c0184d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -58,7 +58,7 @@ $:.unshift(File.dirname(__FILE__))
require 'grpc'
require 'lightning_services_pb'
# 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
# we need to use that cipher suite otherwise there will be a handshake
# error when we communicate with the lnd rpc server.
ENV['GRPC_SSL_CIPHER_SUITES'] = "HIGH+ECDSA"