diff options
author | Franklin <mr_franklin@126.com> | 2018-11-28 22:42:07 +0800 |
---|---|---|
committer | Franklin <mr_franklin@126.com> | 2018-11-28 22:42:07 +0800 |
commit | 3dba6a6d27cc98814a23555d84cf6f016fe4635d (patch) | |
tree | d6909165ca1ed73cce7b9a5d828aab6bdd08b1ca /rpc | |
parent | 21dd59bd047d1f291c1a773b690825a3654ea969 (diff) | |
download | dexon-3dba6a6d27cc98814a23555d84cf6f016fe4635d.tar.gz dexon-3dba6a6d27cc98814a23555d84cf6f016fe4635d.tar.zst dexon-3dba6a6d27cc98814a23555d84cf6f016fe4635d.zip |
remove unrelated code
Diffstat (limited to 'rpc')
-rw-r--r-- | rpc/ipc.go | 2 |
1 files changed, 1 insertions, 1 deletions
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() |