From 72622fc20745d4f6bebf29243d4cb8cd02d53164 Mon Sep 17 00:00:00 2001 From: Taegus Date: Tue, 5 Mar 2019 20:00:51 +0100 Subject: [PATCH] * upped version * disabled geth logging again for production --- modules/geth.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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": {