From df603f7607e804d44415b52f2ef20963ff1e4676 Mon Sep 17 00:00:00 2001 From: Taegus Date: Sat, 5 Jan 2019 18:30:35 +0100 Subject: [PATCH] * adjusted macos keystore path --- modules/accounts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/accounts.js b/modules/accounts.js index 6287e4b..e3db170 100644 --- a/modules/accounts.js +++ b/modules/accounts.js @@ -9,7 +9,7 @@ class Accounts { this.getKeyStoreLocation = function() { switch(os.type()) { case "Darwin": - return path.join(os.homedir(), 'Documents/ethereum-wallet/ethereum-wallet/Classes/Business layer/Core/Services', 'keystore'); + return path.join(os.homedir(), 'Library', 'Ether1', 'keystore'); break; default: return path.join(process.env.APPDATA, 'Ether1', 'keystore');