diff options
Diffstat (limited to 'common/hexutil')
-rw-r--r-- | common/hexutil/json_example_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/hexutil/json_example_test.go b/common/hexutil/json_example_test.go index 80180d918..95d03ca38 100644 --- a/common/hexutil/json_example_test.go +++ b/common/hexutil/json_example_test.go @@ -20,7 +20,7 @@ import ( "encoding/json" "fmt" - "github.com/ethereum/go-ethereum/common/hexutil" + "github.com/dexon-foundation/dexon/common/hexutil" ) type MyType [5]byte |