mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-02-04 11:24:22 +00:00
changes to rpc_api
This commit is contained in:
parent
482a630294
commit
94276e8407
@ -9,7 +9,7 @@ Blockchain.prototype.generate_basic_command = function() {
|
||||
var address = config.account.address;
|
||||
|
||||
var cmd = "geth ";
|
||||
var rpc_api = ['eth', 'web3'];
|
||||
var rpc_api = ['eth', 'web3', 'admin', 'net', 'miner'];
|
||||
|
||||
if (config.datadir !== "default") {
|
||||
cmd += "--datadir=\"" + config.datadir + "\" ";
|
||||
|
Loading…
x
Reference in New Issue
Block a user