mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-20 13:34:32 +01:00
docs: fix spelling in JavaScript example.
Fixed a spelling mistake in work "handshake" on line 33. Stylized grpc to gRPC on line 32.
This commit is contained in:
parent
258c1987e8
commit
35b11ef791
1 changed files with 2 additions and 2 deletions
|
@ -31,8 +31,8 @@ const grpc = require('@grpc/grpc-js');
|
|||
const protoLoader = require('@grpc/proto-loader');
|
||||
const fs = require("fs");
|
||||
|
||||
// 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
|
||||
// Due to updated ECDSA generated tls.cert we need to let gRPC know that
|
||||
// we need to use that cipher suite otherwise there will be a handshake
|
||||
// error when we communicate with the lnd rpc server.
|
||||
process.env.GRPC_SSL_CIPHER_SUITES = 'HIGH+ECDSA'
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue