From 11610f8f10e8ebfcb5971f449482f6c2c67792e9 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 --- interfaces.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'interfaces.go') diff --git a/interfaces.go b/interfaces.go index be7834406..d99324968 100644 --- a/interfaces.go +++ b/interfaces.go @@ -22,8 +22,8 @@ import ( "errors" "math/big" - "github.com/ethereum/go-ethereum/common" - "github.com/ethereum/go-ethereum/core/types" + "github.com/dexon-foundation/dexon/common" + "github.com/dexon-foundation/dexon/core/types" ) // NotFound is returned by API methods if the requested item does not exist. -- cgit v1.2.3