add personal mode to test node

remixd
yann300 7 years ago
parent b6dd52e7af
commit 5c57387e8d
  1. 2
      src/services/startMistGeth.js

@ -22,7 +22,7 @@ module.exports = function (dataDir, mist, geth, mine, rpc, rpcPort) {
gethArgs.push('--rpccorsdomain')
gethArgs.push(rpc)
gethArgs.push('--rpcapi')
gethArgs.push('web3,eth,debug,net')
gethArgs.push('web3,eth,debug,net,personal')
if (!rpcPort) {
rpcPort = 8545
}

Loading…
Cancel
Save