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 --- common/bitutil/compress_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/bitutil') diff --git a/common/bitutil/compress_test.go b/common/bitutil/compress_test.go index 13a13011d..b02f9796f 100644 --- a/common/bitutil/compress_test.go +++ b/common/bitutil/compress_test.go @@ -21,7 +21,7 @@ import ( "math/rand" "testing" - "github.com/ethereum/go-ethereum/common/hexutil" + "github.com/dexon-foundation/dexon/common/hexutil" ) // Tests that data bitset encoding and decoding works and is bijective. -- cgit v1.2.3