Commit 2920aaee authored by Madhur Shrimal's avatar Madhur Shrimal

remove unnecessary fields

parent eda69a48
......@@ -30,7 +30,6 @@ type Config struct {
AllowNonFinalized bool
From common.Address
SignerFnFactory opcrypto.SignerFactory
metricsEnabled bool
}
// CLIConfig is a well typed config that is parsed from the CLI params.
......
......@@ -187,7 +187,6 @@ func NewL2OutputSubmitterFromCLIConfig(cfg CLIConfig, l log.Logger, m metrics.Me
AllowNonFinalized: cfg.AllowNonFinalized,
From: fromAddress,
SignerFnFactory: signer,
metricsEnabled: cfg.MetricsConfig.Enabled,
}
return NewL2OutputSubmitter(proposerCfg, l, m)
......
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