* upped version
* disabled geth logging again for production
This commit is contained in:
@@ -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"));
|
||||||
|
|||||||
@@ -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": {
|
||||||
|
|||||||
Reference in New Issue
Block a user