From 089278d8174640889ee1c8e6f00444eaace92654 Mon Sep 17 00:00:00 2001 From: snoppy Date: Wed, 20 Mar 2024 13:44:17 +0800 Subject: [PATCH] docs+lntest: fix typos --- docs/grpc/python.md | 2 +- lntest/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/grpc/python.md b/docs/grpc/python.md index 83f1fd249..669396602 100644 --- a/docs/grpc/python.md +++ b/docs/grpc/python.md @@ -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' diff --git a/lntest/README.md b/lntest/README.md index 5752031ec..c4f702003 100644 --- a/lntest/README.md +++ b/lntest/README.md @@ -68,7 +68,7 @@ This package has four major components, `HarnessTest`, `HarnessMiner`, authentication of the gRPC connection, topology subscription(`NodeWatcher`) and maintains an internal state(`NodeState`). -- `HarnessMiner` builds on top of `btcd`’s `rcptest.Harness` and is responsilbe +- `HarnessMiner` builds on top of `btcd`’s `rcptest.Harness` and is responsible for managing blocks and the mempool. - `HarnessTest` builds on top of `testing.T` and can be viewed as the assertion