Merge pull request #30 from ethereum/fixWeb3Bug

Add personal mode to test node
pull/454/head
yann300 7 years ago committed by GitHub
commit da5193dbbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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