Typo Update ruby.md

Fix typo: "handhsake" to "handshake"
This commit is contained in:
wizard 2024-11-13 13:59:58 +03:00 committed by GitHub
parent 4f6b510869
commit e0f27a68ea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -63,7 +63,7 @@ require 'grpc'
require 'lightning_services_pb'
# Due to updated ECDSA generated tls.cert we need to let gprc know that
# we need to use that cipher suite otherwise there will be a handhsake
# 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"