diff options
Diffstat (limited to 'rpc/ipc.go')
-rw-r--r-- | rpc/ipc.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rpc/ipc.go b/rpc/ipc.go index 4cce1cf74..1dc318e2d 100644 --- a/rpc/ipc.go +++ b/rpc/ipc.go @@ -20,8 +20,8 @@ import ( "context" "net" - "github.com/ethereum/go-ethereum/log" - "github.com/ethereum/go-ethereum/p2p/netutil" + "github.com/dexon-foundation/dexon/log" + "github.com/dexon-foundation/dexon/p2p/netutil" ) // ServeListener accepts connections on l, serving JSON-RPC on them. |