From 61c914d250b791730d4a8953318f424bc66657fb Mon Sep 17 00:00:00 2001 From: topianet <130279998+fabbez@users.noreply.github.com> Date: Fri, 29 Dec 2023 13:27:28 +0100 Subject: [PATCH] Update transaction.go --- infrastructure/db/database/ldb/transaction.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/db/database/ldb/transaction.go b/infrastructure/db/database/ldb/transaction.go index 10cfa2035..9abd390a2 100644 --- a/infrastructure/db/database/ldb/transaction.go +++ b/infrastructure/db/database/ldb/transaction.go @@ -1,7 +1,7 @@ package ldb import ( - "github.com/kaspanet/kaspad/infrastructure/db/database" + "github.com/fabbez/topiad/infrastructure/db/database" "github.com/pkg/errors" "github.com/syndtr/goleveldb/leveldb" )