fix transactions issue
This commit is contained in:
0
modules/accounts.js
Normal file → Executable file
0
modules/accounts.js
Normal file → Executable file
0
modules/database.js
Normal file → Executable file
0
modules/database.js
Normal file → Executable file
4
modules/geth.js
Normal file → Executable file
4
modules/geth.js
Normal file → Executable 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) {
|
||||
|
||||
0
modules/menu.js
Normal file → Executable file
0
modules/menu.js
Normal file → Executable file
Reference in New Issue
Block a user