mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-07-28 13:52:55 +02: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:
@@ -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'
|
||||
|
||||
|
Reference in New Issue
Block a user