From 05a9c163298a94b00cbd4c45e3bb7f27b02a651f Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Sun, 20 Mar 2016 10:34:34 +0100 Subject: [PATCH] JSONRPC interface defaults to local. Please enter the commit message for your changes. Lines starting --- parity/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parity/main.rs b/parity/main.rs index 39f5dcc82..e029124c4 100644 --- a/parity/main.rs +++ b/parity/main.rs @@ -107,7 +107,7 @@ API and Console Options: -j --jsonrpc Enable the JSON-RPC API sever. --jsonrpc-interface IP Specify the hostname portion of the JSONRPC API server, IP should be an interface's IP address, or - all (all interfaces) or local [default: all]. + all (all interfaces) or local [default: local]. --jsonrpc-port PORT Specify the port portion of the JSONRPC API server [default: 8545]. --jsonrpc-cors URL Specify CORS header for JSON-RPC API responses