+ clean blockchain data

* show sender wallet name and only show address in the main field
This commit is contained in:
Taegus
2019-02-03 12:51:00 +01:00
parent 91356cfc8f
commit 69ffad124d
7 changed files with 102 additions and 36 deletions

View File

@@ -1,5 +1,5 @@
const {app, dialog, ipcMain} = require('electron');
const child_process = require('child_process');
const {app, dialog} = require('electron');
const appRoot = require('app-root-path');
const path = require('path');
const fs = require('fs');
@@ -79,4 +79,8 @@ class Geth {
}
}
ipcMain.on('stopGeth', (event, arg) => {
EthoGeth.stopGeth();
});
EthoGeth = new Geth();