* upped version
* disabled geth logging again for production
This commit is contained in:
@@ -9,7 +9,7 @@ class Geth {
|
||||
constructor() {
|
||||
this.isRunning = false;
|
||||
this.gethProcess = null;
|
||||
this.logGethEvents = true;
|
||||
this.logGethEvents = false;
|
||||
// create the user data dir (needed for MacOS)
|
||||
if (!fs.existsSync(app.getPath("userData"))) {
|
||||
fs.mkdirSync(app.getPath("userData"));
|
||||
|
||||
Reference in New Issue
Block a user