diff --git a/domain/consensus/utils/pow/heavyhash_test.go b/domain/consensus/utils/pow/heavyhash_test.go index 6eddd101c..eb8d7ea75 100644 --- a/domain/consensus/utils/pow/heavyhash_test.go +++ b/domain/consensus/utils/pow/heavyhash_test.go @@ -3,8 +3,8 @@ package pow import ( "bytes" "encoding/hex" - "github.com/kaspanet/kaspad/domain/consensus/model/externalapi" - "github.com/kaspanet/kaspad/domain/consensus/utils/hashes" + "github.com/fabbez/topiad/domain/consensus/model/externalapi" + "github.com/fabbez/topiad/domain/consensus/utils/hashes" "math/rand" "testing" )