mirror of
https://github.com/embarklabs/embark.git
synced 2025-02-03 01:13:55 +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