From 74003a8f120fb281bab54e481f33fc420d6d95e0 Mon Sep 17 00:00:00 2001 From: topianet <130279998+fabbez@users.noreply.github.com> Date: Mon, 18 Dec 2023 23:52:43 +0100 Subject: [PATCH] Update heavyhash_test.go --- domain/consensus/utils/pow/heavyhash_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" )