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