Skip to content

Commit

Permalink
add committer
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouop0 committed Apr 29, 2024
1 parent a25030a commit 56ee238
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/handler/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import (
)

func Run(ctx *svc.ServiceContext) {

// query last block number
go LatestBlackNumber(ctx)
// sync blocks
Expand All @@ -18,5 +17,4 @@ func Run(ctx *svc.ServiceContext) {
go GetBlobsAndCommitTxsProposal(ctx)
// commit state root to ar and btc
go GetStateRootAndCommitStateRootProposal(ctx)

}

0 comments on commit 56ee238

Please sign in to comment.