From 1690c41f601cf66cdce351cf9883b57418ac0b7d Mon Sep 17 00:00:00 2001 From: crStiv Date: Wed, 15 Jan 2025 17:57:46 +0100 Subject: [PATCH] Update striplock.go --- store/striplock.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/store/striplock.go b/store/striplock.go index f674826db2..989bb4e42a 100644 --- a/store/striplock.go +++ b/store/striplock.go @@ -2,7 +2,7 @@ package store import ( "github.com/celestiaorg/celestia-node/share" - "github.com/celestiaorg/celestia-node/utils" + "github.com/celestiaorg/celestia-node/libs/utils" ) // Deprecated: Use utils.StripLock instead