diff options
Diffstat (limited to 'common/types.go')
-rw-r--r-- | common/types.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/types.go b/common/types.go index 0f4892d28..d0d4ce411 100644 --- a/common/types.go +++ b/common/types.go @@ -26,7 +26,7 @@ import ( "reflect" "strings" - "github.com/ethereum/go-ethereum/common/hexutil" + "github.com/dexon-foundation/dexon/common/hexutil" "golang.org/x/crypto/sha3" ) |