From 55fce579c439d938ddfd364f5b3bd19f6b9158a5 Mon Sep 17 00:00:00 2001 From: Sander Ferdinand Date: Thu, 15 Nov 2018 03:02:30 +0100 Subject: [PATCH] No comment on this one --- src/main/wowrpc.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/main/wowrpc.js b/src/main/wowrpc.js index 40d0a1d..e3fae99 100644 --- a/src/main/wowrpc.js +++ b/src/main/wowrpc.js @@ -362,6 +362,11 @@ export class WowRpc { this._wallet_path = wallet_path; this._cli_wallet_password = wallet_password; + if(typeof this._cli_daemon_address == 'undefined'){ + // this is some truly stupid hacky shit + this._cli_daemon_address = 'node.wowne.ro:34568'; + } + let cli_args = ['--daemon-address', this._cli_daemon_address]; cli_args = cli_args.concat(this._cli_args_default); cli_args.push('--wallet-file');