From 381cdaa57a4a4689cd4e020de1486bb80efc2edf Mon Sep 17 00:00:00 2001 From: emizzle Date: Thu, 4 Oct 2018 22:27:57 +1000 Subject: [PATCH] fixed windows paths --- lib/core/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/config.js b/lib/core/config.js index e00bde464..215ad29a3 100644 --- a/lib/core/config.js +++ b/lib/core/config.js @@ -200,7 +200,7 @@ Config.prototype.loadBlockchainConfigFile = function() { __('Please also make sure the keystore file for the account is located at: ') + '\n - Mac: ' + `~/Library/Ethereum/${this.env}/keystore`.italic + '\n - Linux: ' + `~/.ethereum/${this.env}/keystore`.italic + - '\n - Windows: ' + `%APPDATA%\Ethereum/${this.env}/keystore`.italic) + + '\n - Windows: ' + `%APPDATA%\\Ethereum\\${this.env}\\keystore`.italic) + __('\n\nAlternatively, you could change ' + `config/blockchain.js > ${this.env} > networkType`.italic + __(' to ') +