* 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"));
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Ether1Wallet",
|
||||
"version": "0.2.7",
|
||||
"version": "0.2.8",
|
||||
"description": "Desktop wallet for Ether1 currency",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user