Skip to content
This repository was archived by the owner on May 11, 2024. It is now read-only.

Commit 9f3f4c8

Browse files
committed
feat(driver): rename a flag (#760)
1 parent 524cc8e commit 9f3f4c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cmd/flags/driver.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ import (
99
// Optional flags used by driver.
1010
var (
1111
P2PSyncVerifiedBlocks = &cli.BoolFlag{
12-
Name: "p2p.syncVerifiedBlocks",
13-
Usage: "Try P2P syncing verified blocks between L2 execution engines, " +
12+
Name: "p2p.sync",
13+
Usage: "Try P2P syncing blocks between L2 execution engines, " +
1414
"will be helpful to bring a new node online quickly",
1515
Value: false,
1616
Category: driverCategory,
17-
EnvVars: []string{"P2P_SYNC_VERIFIED_BLOCKS"},
17+
EnvVars: []string{"P2P_SYNC"},
1818
}
1919
P2PSyncTimeout = &cli.DurationFlag{
2020
Name: "p2p.syncTimeout",

0 commit comments

Comments
 (0)