diff --git a/modules/geth.js b/modules/geth.js index 5618e62..14353bf 100644 --- a/modules/geth.js +++ b/modules/geth.js @@ -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")); diff --git a/package.json b/package.json index 6a6c816..657470d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Ether1Wallet", - "version": "0.2.7", + "version": "0.2.8", "description": "Desktop wallet for Ether1 currency", "main": "main.js", "scripts": {