From 3dba6a6d27cc98814a23555d84cf6f016fe4635d Mon Sep 17 00:00:00 2001 From: Franklin Date: Wed, 28 Nov 2018 22:42:07 +0800 Subject: remove unrelated code --- rpc/ipc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rpc') diff --git a/rpc/ipc.go b/rpc/ipc.go index 1467f7a0c..4cce1cf74 100644 --- a/rpc/ipc.go +++ b/rpc/ipc.go @@ -24,7 +24,7 @@ import ( "github.com/ethereum/go-ethereum/p2p/netutil" ) -// ServeListener accepts connections on l, serving IPC-RPC on them. +// ServeListener accepts connections on l, serving JSON-RPC on them. func (srv *Server) ServeListener(l net.Listener) error { for { conn, err := l.Accept() -- cgit v1.2.3