Skip to content

Commit

Permalink
bin path
Browse files Browse the repository at this point in the history
geth to gesn
  • Loading branch information
ethersocialcoin committed Mar 28, 2018
1 parent d3fefa5 commit 05124b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ipcCommunicator.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ ipc.on('backendAction_importWalletFile', (e, path, pw) => {
const ClientBinaryManager = require('./clientBinaryManager'); // eslint-disable-line global-require
let error = false;

const binPath = ClientBinaryManager.getClient('geth').binPath;
const binPath = ClientBinaryManager.getClient('gesn').binPath;
const nodeProcess = spawn(binPath, ['wallet', 'import', path]);

nodeProcess.once('error', () => {
Expand Down

0 comments on commit 05124b2

Please sign in to comment.