diff --git a/tools/cmd/debug/heal_common.go b/tools/cmd/debug/heal_common.go index fce946224..4e8c8c928 100644 --- a/tools/cmd/debug/heal_common.go +++ b/tools/cmd/debug/heal_common.go @@ -323,6 +323,7 @@ func getAccount[T protocol.Account](ctx context.Context, q api.Querier, u *url.U age := time.Since(*r.LastBlockTime) if flagMaxResponseAge > 0 && age > flagMaxResponseAge { cmdutil.Warnf("response for %v is too old (%v)", u, age) + continue } slog.InfoContext(ctx, "Got account", "url", u, "lastBlockAge", age.Round(time.Second))