Commit b009daa8 authored by refcell's avatar refcell Committed by GitHub

chore(op-proposer): double driver starting logs (#9915)

parent e54084d9
......@@ -259,8 +259,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.
func (ps *ProposerService) Start(_ context.Context) error {
ps.driver.Log.Info("Starting Proposer")
ps.Log.Info("Starting Proposer")
return ps.driver.StartL2OutputSubmitting()
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment