diff options
Diffstat (limited to 'consensus/ethash/consensus_test.go')
-rw-r--r-- | consensus/ethash/consensus_test.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/consensus/ethash/consensus_test.go b/consensus/ethash/consensus_test.go index 42075d08a..951c66dcf 100644 --- a/consensus/ethash/consensus_test.go +++ b/consensus/ethash/consensus_test.go @@ -23,9 +23,9 @@ import ( "path/filepath" "testing" - "github.com/dexon-foundation/dexon/common/math" - "github.com/dexon-foundation/dexon/core/types" - "github.com/dexon-foundation/dexon/params" + "github.com/tangerine-network/go-tangerine/common/math" + "github.com/tangerine-network/go-tangerine/core/types" + "github.com/tangerine-network/go-tangerine/params" ) type diffTest struct { |