From 0dc4c7c1cbe3783b7b2b6cc0a44bfa8fcf309010 Mon Sep 17 00:00:00 2001 From: topianet <130279998+fabbez@users.noreply.github.com> Date: Fri, 29 Dec 2023 18:20:55 +0100 Subject: [PATCH] Update addressrandomize.go --- infrastructure/network/addressmanager/addressrandomize.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/network/addressmanager/addressrandomize.go b/infrastructure/network/addressmanager/addressrandomize.go index 2f5b62c1d..f95caf1f6 100644 --- a/infrastructure/network/addressmanager/addressrandomize.go +++ b/infrastructure/network/addressmanager/addressrandomize.go @@ -5,7 +5,7 @@ import ( "math/rand" "time" - "github.com/kaspanet/kaspad/app/appmessage" + "github.com/fabbez/topiad/app/appmessage" ) // AddressRandomize implement addressRandomizer interface