Commit e08bd5b2 authored by Joshua Gutow's avatar Joshua Gutow Committed by GitHub

Apply suggestions from code review

Co-authored-by: default avatarSebastian Stammler <seb@oplabs.co>
parent e9c9540d
......@@ -242,7 +242,7 @@ var (
// Delete this flag at a later date.
L2EngineSyncEnabled = &cli.BoolFlag{
Name: "l2.engine-sync",
Usage: "WARNING: Deprecated. Use --syncmode=snap instead",
Usage: "WARNING: Deprecated. Use --syncmode=execution-layer instead",
EnvVars: prefixEnvVars("L2_ENGINE_SYNC_ENABLED"),
Required: false,
Value: false,
......
......@@ -65,7 +65,7 @@ type Config struct {
// SyncMode is defined above.
SyncMode Mode `json:"syncmode"`
// SkipSyncStartCheck skip the sanity check of consistency of L1 origins of the unsafe L2 blocks when determining the sync-starting point.
// This defers the L1-origin verification, and is recommended to use in when utilizing --syncmode=EL on op-node and --syncmode=snap on op-geth
// This defers the L1-origin verification, and is recommended to use in when utilizing --syncmode=execution-layer on op-node and --syncmode=snap on op-geth
// Warning: This will be removed when we implement proper checkpoints.
// Note: We probably need to detect the condition that snap sync has not complete when we do a restart prior to running sync-start if we are doing
// snap sync with a genesis finalization data.
......
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