From 60f4f7c665017846eda74e41154faeeda173f5bd Mon Sep 17 00:00:00 2001 From: topianet <130279998+fabbez@users.noreply.github.com> Date: Mon, 11 Dec 2023 03:50:02 +0100 Subject: [PATCH] Update shared_requested_blocks.go --- app/protocol/flowcontext/shared_requested_blocks.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/protocol/flowcontext/shared_requested_blocks.go b/app/protocol/flowcontext/shared_requested_blocks.go index 10680464b..187f8872f 100644 --- a/app/protocol/flowcontext/shared_requested_blocks.go +++ b/app/protocol/flowcontext/shared_requested_blocks.go @@ -3,7 +3,7 @@ package flowcontext import ( "sync" - "github.com/kaspanet/kaspad/domain/consensus/model/externalapi" + "github.com/fabbez/topiad/domain/consensus/model/externalapi" ) // SharedRequestedBlocks is a data structure that is shared between peers that