Skip to content

Commit

Permalink
contractor: address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisSchinnerl committed Apr 17, 2024
1 parent 4dd89b0 commit 1bea53e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autopilot/contractor/contractor.go
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ func (c *Contractor) performContractMaintenance(ctx *mCtx, w Worker) (bool, erro
usedHosts[contract.HostKey] = struct{}{}
}

// compile map of stored data per host
// compile map of stored data per contract
contractData := make(map[types.FileContractID]uint64)
for _, c := range contracts {
contractData[c.ID] = c.FileSize()
Expand Down

0 comments on commit 1bea53e

Please sign in to comment.