good morning!!!!

Skip to content
Snippets Groups Projects
Commit cbf1d070 authored by Jeffrey Wilcke's avatar Jeffrey Wilcke
Browse files

default http rpc on

parent 8284bef0
No related branches found
No related tags found
No related merge requests found
......@@ -113,7 +113,7 @@ func Init() {
flag.IntVar(&MaxPeer, "maxpeer", 30, "maximum desired peers")
flag.IntVar(&RpcPort, "rpcport", 8080, "port to start json-rpc server on")
flag.IntVar(&WsPort, "wsport", 40404, "port to start websocket rpc server on")
flag.BoolVar(&StartRpc, "rpc", false, "start rpc server")
flag.BoolVar(&StartRpc, "rpc", true, "start rpc server")
flag.BoolVar(&StartWebSockets, "ws", false, "start websocket server")
flag.BoolVar(&NonInteractive, "y", false, "non-interactive mode (say yes to confirmations)")
flag.BoolVar(&UseSeed, "seed", true, "seed peers")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment