Skip to content

Commit

Permalink
accounts: update error
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjan authored and ChrisSchinnerl committed Jul 29, 2024
1 parent 8fe7ace commit 6345823
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions autopilot/accounts.go
Original file line number Diff line number Diff line change
Expand Up @@ -233,9 +233,7 @@ func refillWorkerAccount(ctx context.Context, a AccountStore, w Worker, contract
rerr = wrapErr(fmt.Errorf("not refilling account since contract is too close to the proof window to be revised (%v > %v)", bh+revisionSubmissionBuffer, contract.WindowStart),
"accountID", account.ID,
"hostKey", contract.HostKey,
"bh", bh,
"revisionSubmissionBuffer", revisionSubmissionBuffer,
"contractWindowStart", contract.WindowStart,
"blockHeight", bh,
)
return
}
Expand Down

0 comments on commit 6345823

Please sign in to comment.