Merge pull request #8569 from xiaoxianBoy/fix-typos

chore: fix typos [skip ci]
This commit is contained in:
Oliver Gugger 2024-03-20 01:40:48 -06:00 committed by GitHub
commit 4100646e59
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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'

View File

@ -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