diff options
Diffstat (limited to 'tests/difficulty_test.go')
-rw-r--r-- | tests/difficulty_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/difficulty_test.go b/tests/difficulty_test.go index fde9db3ad..806ccf1b9 100644 --- a/tests/difficulty_test.go +++ b/tests/difficulty_test.go @@ -20,8 +20,8 @@ import ( "math/big" "testing" - "github.com/ethereum/go-ethereum/common" - "github.com/ethereum/go-ethereum/params" + "github.com/dexon-foundation/dexon/common" + "github.com/dexon-foundation/dexon/params" ) var ( |