From 240ceebda20ae6af29886d6c81a7da205fdd804f Mon Sep 17 00:00:00 2001 From: topianet <130279998+fabbez@users.noreply.github.com> Date: Fri, 29 Dec 2023 18:00:52 +0100 Subject: [PATCH] Update logs.go --- infrastructure/logger/logs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/logger/logs.go b/infrastructure/logger/logs.go index 497e6d47c..2fc4418bb 100644 --- a/infrastructure/logger/logs.go +++ b/infrastructure/logger/logs.go @@ -35,7 +35,7 @@ package logger import ( "bytes" "fmt" - "github.com/kaspanet/kaspad/util/mstime" + "github.com/fabbez/topiad/util/mstime" "os" "runtime" "sync/atomic"