Wallet unlock patch

This commit is contained in:
FallenGravity
2019-12-15 01:22:46 +02:00
parent cc9f472b4d
commit 84e5bd7499

View File

@@ -62,7 +62,8 @@ class Geth {
"--wsapi", "--wsapi",
"admin,db,eth,net,miner,personal,web3", "admin,db,eth,net,miner,personal,web3",
"--networkid", "--networkid",
"1313114" "1313114",
"--allow-insecure-unlock"
]); ]);
if (!this.gethProcess) { if (!this.gethProcess) {