From 56ee23819cd67abc117f01d41eb50f6ccf0f24b5 Mon Sep 17 00:00:00 2001 From: zhouop0 <11733741+zhouop0@users.noreply.github.com> Date: Mon, 29 Apr 2024 14:59:58 +0800 Subject: [PATCH] add committer --- internal/handler/handler.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/internal/handler/handler.go b/internal/handler/handler.go index 8d604d5..8ac8706 100644 --- a/internal/handler/handler.go +++ b/internal/handler/handler.go @@ -5,7 +5,6 @@ import ( ) func Run(ctx *svc.ServiceContext) { - // query last block number go LatestBlackNumber(ctx) // sync blocks @@ -18,5 +17,4 @@ func Run(ctx *svc.ServiceContext) { go GetBlobsAndCommitTxsProposal(ctx) // commit state root to ar and btc go GetStateRootAndCommitStateRootProposal(ctx) - }