From 900e124beea551ded290f61e7bf85ff6b2e4a29e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Szil=C3=A1gyi?= Date: Tue, 9 Feb 2016 13:24:42 +0200 Subject: cmd, common, node, rpc: rework naming convention to canonical one --- common/defaults.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'common') diff --git a/common/defaults.go b/common/defaults.go index c5a88d7a3..8a136fa80 100644 --- a/common/defaults.go +++ b/common/defaults.go @@ -22,11 +22,11 @@ import ( ) const ( - DefaultIpcSocket = "geth.ipc" // Default (relative) name of the IPC RPC socket - DefaultHttpHost = "localhost" // Default host interface for the HTTP RPC server - DefaultHttpPort = 8545 // Default TCP port for the HTTP RPC server - DefaultWsHost = "localhost" // Default host interface for the websocket RPC server - DefaultWsPort = 8546 // Default TCP port for the websocket RPC server + DefaultIPCSocket = "geth.ipc" // Default (relative) name of the IPC RPC socket + DefaultHTTPHost = "localhost" // Default host interface for the HTTP RPC server + DefaultHTTPPort = 8545 // Default TCP port for the HTTP RPC server + DefaultWSHost = "localhost" // Default host interface for the websocket RPC server + DefaultWSPort = 8546 // Default TCP port for the websocket RPC server ) // DefaultDataDir is the default data directory to use for the databases and other -- cgit v1.2.3