mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-01-19 05:45:21 +01:00
docs+lntest: fix typos
This commit is contained in:
parent
ad88407b33
commit
089278d817
@ -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'
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user