Unverified Commit da5193db authored by yann300's avatar yann300 Committed by GitHub

Merge pull request #30 from ethereum/fixWeb3Bug

Add personal mode to test node
parents 8f98313f 5c57387e
......@@ -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
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment