* 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() { constructor() {
this.isRunning = false; this.isRunning = false;
this.gethProcess = null; this.gethProcess = null;
this.logGethEvents = true; this.logGethEvents = false;
// create the user data dir (needed for MacOS) // create the user data dir (needed for MacOS)
if (!fs.existsSync(app.getPath("userData"))) { if (!fs.existsSync(app.getPath("userData"))) {
fs.mkdirSync(app.getPath("userData")); fs.mkdirSync(app.getPath("userData"));

View File

@@ -1,6 +1,6 @@
{ {
"name": "Ether1Wallet", "name": "Ether1Wallet",
"version": "0.2.7", "version": "0.2.8",
"description": "Desktop wallet for Ether1 currency", "description": "Desktop wallet for Ether1 currency",
"main": "main.js", "main": "main.js",
"scripts": { "scripts": {