Merge pull request #30 from ethereum/fixWeb3Bug

Add personal mode to test node
pull/3094/head
yann300 7 years ago committed by GitHub
commit b18d0f8bd1
  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