From 6c10b648d362457ff14aeac934a99c3ae61bc4ac Mon Sep 17 00:00:00 2001 From: topianet <130279998+fabbez@users.noreply.github.com> Date: Mon, 11 Dec 2023 03:37:54 +0100 Subject: [PATCH] Update domain.go --- app/protocol/flowcontext/domain.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/protocol/flowcontext/domain.go b/app/protocol/flowcontext/domain.go index 05c76e0fd..0b5ffcef1 100644 --- a/app/protocol/flowcontext/domain.go +++ b/app/protocol/flowcontext/domain.go @@ -1,7 +1,7 @@ package flowcontext import ( - "github.com/kaspanet/kaspad/domain" + "github.com/fabbez/topiad/domain" ) // Domain returns the Domain object associated to the flow context.