aboutsummaryrefslogtreecommitdiffstats
path: root/rpc/comms/ipc.go
diff options
context:
space:
mode:
authorBas van Kervel <basvankervel@gmail.com>2015-06-19 18:32:40 +0800
committerBas van Kervel <bas@ethdev.com>2015-06-22 15:17:09 +0800
commitce5c94e4719586bbf81906cb90104babf79af0fe (patch)
tree66d873da0f69b7c3f925e63d749ebcecd4c47fde /rpc/comms/ipc.go
parentf20256377731097c9478ede750efffd46d83b494 (diff)
downloadgo-tangerine-ce5c94e4719586bbf81906cb90104babf79af0fe.tar
go-tangerine-ce5c94e4719586bbf81906cb90104babf79af0fe.tar.gz
go-tangerine-ce5c94e4719586bbf81906cb90104babf79af0fe.tar.bz2
go-tangerine-ce5c94e4719586bbf81906cb90104babf79af0fe.tar.lz
go-tangerine-ce5c94e4719586bbf81906cb90104babf79af0fe.tar.xz
go-tangerine-ce5c94e4719586bbf81906cb90104babf79af0fe.tar.zst
go-tangerine-ce5c94e4719586bbf81906cb90104babf79af0fe.zip
added attach over http/rpc support
Diffstat (limited to 'rpc/comms/ipc.go')
-rw-r--r--rpc/comms/ipc.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/rpc/comms/ipc.go b/rpc/comms/ipc.go
index 7e7375eaf..7f5219300 100644
--- a/rpc/comms/ipc.go
+++ b/rpc/comms/ipc.go
@@ -4,10 +4,11 @@ import (
"fmt"
"net"
+ "encoding/json"
+
"github.com/ethereum/go-ethereum/rpc/api"
"github.com/ethereum/go-ethereum/rpc/codec"
"github.com/ethereum/go-ethereum/rpc/shared"
- "encoding/json"
)
type IpcConfig struct {