From a3635dba522d013a9dc1d08431bc97b02134080c Mon Sep 17 00:00:00 2001 From: alwayshang <166124491+alwayshang@users.noreply.github.com> Date: Tue, 30 Apr 2024 11:32:48 +0800 Subject: [PATCH] docs(coordinator): fix function name (#1297) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: alwayshang Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com> Co-authored-by: Péter Garamvölgyi --- coordinator/internal/controller/cron/collect_proof.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coordinator/internal/controller/cron/collect_proof.go b/coordinator/internal/controller/cron/collect_proof.go index 08a033c4a..7fb95d4ab 100644 --- a/coordinator/internal/controller/cron/collect_proof.go +++ b/coordinator/internal/controller/cron/collect_proof.go @@ -95,7 +95,7 @@ func (c *Collector) Stop() { c.stopCleanChallengeChan <- struct{}{} } -// timeoutTask cron check the send task is timeout. if timeout reached, restore the +// timeoutBatchProofTask cron check the send task is timeout. if timeout reached, restore the // chunk/batch task to unassigned. then the batch/chunk collector can retry it. func (c *Collector) timeoutBatchProofTask() { defer func() {