Skip to content

Commit

Permalink
remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
n8maninger committed Dec 9, 2024
1 parent 28cc69e commit 1ab8951
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rhp/v3/execute.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 1ab8951

Please sign in to comment.