From 634582356a05155aeee90b3550f4d72527bf99e5 Mon Sep 17 00:00:00 2001 From: PJ Date: Thu, 25 Jul 2024 14:11:46 +0200 Subject: [PATCH] accounts: update error --- autopilot/accounts.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/autopilot/accounts.go b/autopilot/accounts.go index 68342ec77..63f77bf88 100644 --- a/autopilot/accounts.go +++ b/autopilot/accounts.go @@ -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 }