From 1ab895197f0a1c736f2b38fe41aaaf354454804b Mon Sep 17 00:00:00 2001 From: Nate Date: Mon, 9 Dec 2024 09:32:28 -0800 Subject: [PATCH] remove outdated comment --- rhp/v3/execute.go | 1 - 1 file changed, 1 deletion(-) diff --git a/rhp/v3/execute.go b/rhp/v3/execute.go index e6d5b4c6..1d139110 100644 --- a/rhp/v3/execute.go +++ b/rhp/v3/execute.go @@ -132,7 +132,6 @@ func (pe *programExecutor) executeAppendSectorRoot(instr *rhp3.InstrAppendSector return nil, nil, fmt.Errorf("failed to pay for instruction: %w", err) } - // lock the sector to prevent it from being garbage collected exists, err := pe.sectors.HasSector(root) if err != nil { return nil, nil, fmt.Errorf("failed to read sector: %w", err)