From 9acf5fc03ad7dabcd88eb8972db032122ef5ebe1 Mon Sep 17 00:00:00 2001 From: Wei-Ning Huang Date: Wed, 26 Sep 2018 10:48:31 +0800 Subject: Change import go github.com/dexon-foundation/dexon --- mobile/p2p.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mobile/p2p.go') diff --git a/mobile/p2p.go b/mobile/p2p.go index a80d9fff2..07197d240 100644 --- a/mobile/p2p.go +++ b/mobile/p2p.go @@ -21,7 +21,7 @@ package geth import ( "errors" - "github.com/ethereum/go-ethereum/p2p" + "github.com/dexon-foundation/dexon/p2p" ) // NodeInfo represents pi short summary of the information known about the host. -- cgit v1.2.3