From 3af84302330aef97ebe1ba9ad34c96bf190d00af Mon Sep 17 00:00:00 2001 From: maradini77 <140460067+maradini77@users.noreply.github.com> Date: Wed, 24 Dec 2025 19:03:04 +0100 Subject: [PATCH] Update service.go --- op-proposer/proposer/service.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/op-proposer/proposer/service.go b/op-proposer/proposer/service.go index 29deebe0..f88e2d30 100644 --- a/op-proposer/proposer/service.go +++ b/op-proposer/proposer/service.go @@ -261,7 +261,7 @@ func (ps *ProposerService) initRPCServer(cfg *CLIConfig) error { } // Start runs once upon start of the proposer lifecycle, -// and starts L2Output-submission work if the proposer is configured to start submit data on startup. +// and starts L2Output-submission work if the proposer is configured to start submitting data on startup. func (ps *ProposerService) Start(_ context.Context) error { ps.Log.Info("Starting Proposer") return ps.driver.StartL2OutputSubmitting()