From 3f555b121b7483dac0baff0a80e16fdc2cb55ce4 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/params.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mobile/params.go') diff --git a/mobile/params.go b/mobile/params.go index 45fe870ee..bfcbf67af 100644 --- a/mobile/params.go +++ b/mobile/params.go @@ -21,9 +21,9 @@ package geth import ( "encoding/json" - "github.com/ethereum/go-ethereum/core" - "github.com/ethereum/go-ethereum/p2p/discv5" - "github.com/ethereum/go-ethereum/params" + "github.com/dexon-foundation/dexon/core" + "github.com/dexon-foundation/dexon/p2p/discv5" + "github.com/dexon-foundation/dexon/params" ) // MainnetGenesis returns the JSON spec to use for the main Ethereum network. It -- cgit