+ clean blockchain data
* show sender wallet name and only show address in the main field
This commit is contained in:
@@ -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();
|
||||
Reference in New Issue
Block a user