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/math/big_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/math') diff --git a/common/math/big_test.go b/common/math/big_test.go index be9810dc8..97e319c58 100644 --- a/common/math/big_test.go +++ b/common/math/big_test.go @@ -22,7 +22,7 @@ import ( "math/big" "testing" - "github.com/ethereum/go-ethereum/common" + "github.com/dexon-foundation/dexon/common" ) func TestHexOrDecimal256(t *testing.T) { -- cgit v1.2.3