Skip to content

Commit

Permalink
contractor: remove error check
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjan committed Mar 26, 2024
1 parent 419b21e commit 59d6009
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions autopilot/contractor.go
Original file line number Diff line number Diff line change
Expand Up @@ -286,9 +286,6 @@ func (c *contractor) performContractMaintenance(ctx context.Context, w Worker) (

// run contract checks
updatedSet, toArchive, toStopUsing, toRefresh, toRenew := c.runContractChecks(ctx, contracts, isInCurrentSet, checks, cs.BlockHeight)
if err != nil {
return false, fmt.Errorf("failed to run contract checks, err: %v", err)
}

// update host checks
for hk, check := range checks {
Expand Down

0 comments on commit 59d6009

Please sign in to comment.