diff options
Diffstat (limited to 'mobile/p2p.go')
-rw-r--r-- | mobile/p2p.go | 2 |
1 files changed, 1 insertions, 1 deletions
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. |