diff --git a/domain/consensus/utils/pow/heavyhash.go b/domain/consensus/utils/pow/heavyhash.go index dd090659f..d1f31548d 100644 --- a/domain/consensus/utils/pow/heavyhash.go +++ b/domain/consensus/utils/pow/heavyhash.go @@ -1,8 +1,8 @@ package pow import ( - "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" )