From 84e5bd74994117395e23fd0407fdc8e66c405fba Mon Sep 17 00:00:00 2001 From: FallenGravity Date: Sun, 15 Dec 2019 01:22:46 +0200 Subject: [PATCH] Wallet unlock patch --- modules/geth.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/geth.js b/modules/geth.js index 35fe7cb..79af72b 100755 --- a/modules/geth.js +++ b/modules/geth.js @@ -62,7 +62,8 @@ class Geth { "--wsapi", "admin,db,eth,net,miner,personal,web3", "--networkid", - "1313114" + "1313114", + "--allow-insecure-unlock" ]); if (!this.gethProcess) {