docs+lntest: fix typos

This commit is contained in:
snoppy
2024-03-20 13:44:17 +08:00
parent ad88407b33
commit 089278d817
2 changed files with 2 additions and 2 deletions

View File

@@ -70,7 +70,7 @@ import grpc
import os
# 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.
os.environ["GRPC_SSL_CIPHER_SUITES"] = 'HIGH+ECDSA'