From 21cbe9d5b1630be351329a5715fd599030a00122 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/ethclient.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mobile/ethclient.go') diff --git a/mobile/ethclient.go b/mobile/ethclient.go index 662125c4a..400389db0 100644 --- a/mobile/ethclient.go +++ b/mobile/ethclient.go @@ -21,8 +21,8 @@ package geth import ( "math/big" - "github.com/ethereum/go-ethereum/core/types" - "github.com/ethereum/go-ethereum/ethclient" + "github.com/dexon-foundation/dexon/core/types" + "github.com/dexon-foundation/dexon/ethclient" ) // EthereumClient provides access to the Ethereum APIs. -- cgit v1.2.3