add personal mode to test node

pull/454/head
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('--rpccorsdomain')
gethArgs.push(rpc) gethArgs.push(rpc)
gethArgs.push('--rpcapi') gethArgs.push('--rpcapi')
gethArgs.push('web3,eth,debug,net') gethArgs.push('web3,eth,debug,net,personal')
if (!rpcPort) { if (!rpcPort) {
rpcPort = 8545 rpcPort = 8545
} }

Loading…
Cancel
Save