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