Skip to content

Commit

Permalink
Merge pull request #9337 from Guayaba221/patch-1
Browse files Browse the repository at this point in the history
chore: fix typo in ruby.md
  • Loading branch information
guggero authored Dec 6, 2024
2 parents 366e48b + ac59b06 commit 5659c01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/grpc/ruby.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5659c01

Please sign in to comment.