fix transactions issue

This commit is contained in:
Mustafa Refaey
2019-05-28 10:34:10 +02:00
parent 57495c99d9
commit b7b135b27c
77 changed files with 17 additions and 6 deletions

4
modules/geth.js Normal file → Executable file
View File

@@ -60,7 +60,9 @@ class Geth {
"--wsport",
"8546",
"--wsapi",
"admin,db,eth,net,miner,personal,web3"
"admin,db,eth,net,miner,personal,web3",
"--networkid",
"1313114"
]);
if (!this.gethProcess) {