Merge branch 'account-sync' of https://github.com/status-im/status-go into account-sync
This commit is contained in:
Daniel Whitenack 2016-07-08 12:36:49 -05:00
commit 32a364fb2a
1 changed files with 3 additions and 1 deletions

View File

@ -50,7 +50,9 @@ func MakeNode(inputDir string) *node.Node {
// TODO remove admin rpcapi flag
set := flag.NewFlagSet("test", 0)
set.Bool("shh", true, "whisper")
set.Bool("noeth", true, "disable eth")
// set.Bool("noeth", true, "disable eth")
set.Bool("light", true, "enable light client")
set.Bool("testnet", true, "enable test network")
set.Bool("rpc", true, "enable rpc")
set.String("rpcaddr", "localhost", "host for RPC")
set.String("rpcport", "8545", "rpc port")