From 000d9ed42a20cb28940dff4e14ca26e2724f9cce Mon Sep 17 00:00:00 2001 From: Denis Kirillov Date: Tue, 20 Dec 2022 11:52:32 +0300 Subject: [PATCH] [#2] Update issue links Signed-off-by: Denis Kirillov --- api/layer/system_object.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/layer/system_object.go b/api/layer/system_object.go index 60c2fe0..154ed82 100644 --- a/api/layer/system_object.go +++ b/api/layer/system_object.go @@ -238,7 +238,7 @@ func (n *layer) attributesFromLock(ctx context.Context, lock *data.ObjectLock) ( } if lock.LegalHold != nil && lock.LegalHold.Enabled { - // todo: (@KirillovDenis) reconsider this when FrostFS will support Legal Hold https://github.com/nspcc-dev/neofs-contract/issues/247 + // todo: (@KirillovDenis) reconsider this when FrostFS will support Legal Hold https://github.com/TrueCloudLab/frostfs-contract/issues/2 // Currently lock object must have an expiration epoch. // Besides we need to override retention expiration epoch since legal hold cannot be deleted yet. expEpoch = math.MaxUint64