docs+lntest: fix typos

This commit is contained in:
snoppy 2024-03-20 13:44:17 +08:00
parent ad88407b33
commit 089278d817
No known key found for this signature in database
GPG Key ID: 3BD0415EDC5AD262
2 changed files with 2 additions and 2 deletions

View File

@ -70,7 +70,7 @@ import grpc
import os import os
# 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 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. # error when we communicate with the lnd rpc server.
os.environ["GRPC_SSL_CIPHER_SUITES"] = 'HIGH+ECDSA' os.environ["GRPC_SSL_CIPHER_SUITES"] = 'HIGH+ECDSA'

View File

@ -68,7 +68,7 @@ This package has four major components, `HarnessTest`, `HarnessMiner`,
authentication of the gRPC connection, topology subscription(`NodeWatcher`) authentication of the gRPC connection, topology subscription(`NodeWatcher`)
and maintains an internal state(`NodeState`). 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. for managing blocks and the mempool.
- `HarnessTest` builds on top of `testing.T` and can be viewed as the assertion - `HarnessTest` builds on top of `testing.T` and can be viewed as the assertion