mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-21 22:11:41 +01:00
Typo Update ruby.md
Fix typo: "handhsake" to "handshake"
This commit is contained in:
parent
4f6b510869
commit
e0f27a68ea
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue