* upped version

* disabled geth logging again for production
This commit is contained in:
Taegus
2019-03-05 20:00:51 +01:00
parent ce7c2ab4f1
commit 72622fc207
2 changed files with 2 additions and 2 deletions

View File

@@ -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"));