diff options
Diffstat (limited to 'common/math')
-rw-r--r-- | common/math/big_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |