diff options
Diffstat (limited to 'tests/gen_difficultytest.go')
-rw-r--r-- | tests/gen_difficultytest.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/gen_difficultytest.go b/tests/gen_difficultytest.go index cd15ae31b..33f0e6306 100644 --- a/tests/gen_difficultytest.go +++ b/tests/gen_difficultytest.go @@ -6,8 +6,8 @@ import ( "encoding/json" "math/big" - "github.com/ethereum/go-ethereum/common" - "github.com/ethereum/go-ethereum/common/math" + "github.com/dexon-foundation/dexon/common" + "github.com/dexon-foundation/dexon/common/math" ) var _ = (*difficultyTestMarshaling)(nil) |