parent
2009ee0230
commit
1e8c735294
1 changed files with 1 additions and 1 deletions
|
@ -366,7 +366,7 @@ if (os.platform == 'win32') {
|
||||||
}
|
}
|
||||||
|
|
||||||
var cert = fs.readFileSync(certPath);
|
var cert = fs.readFileSync(certPath);
|
||||||
var creds = grpc.Credentials.createSsl(cert);
|
var creds = grpc.credentials.createSsl(cert);
|
||||||
var client = new walletrpc.WalletService('localhost:18332', creds);
|
var client = new walletrpc.WalletService('localhost:18332', creds);
|
||||||
|
|
||||||
var request = {
|
var request = {
|
||||||
|
|
Loading…
Reference in a new issue