diff --git a/lib/cmds/simulator.js b/lib/cmds/simulator.js index 9195de970..b19da6dfa 100644 --- a/lib/cmds/simulator.js +++ b/lib/cmds/simulator.js @@ -28,9 +28,9 @@ class Simulator { let port = (options.port || this.blockchainConfig.rpcPort || 8545); cmds.push("-p " + (port + (useProxy ? constants.blockchain.servicePortOnProxy : 0))); - if (!ganache) { - cmds.push("-h " + host); - } + // if (!ganache) { + // cmds.push("-h " + host); + // } cmds.push("-a " + (options.numAccounts || 10)); cmds.push("-e " + (options.defaultBalance || 100)); cmds.push("-l " + (options.gasLimit || 8000000));