Skip to content

Commit 14e48ff

Browse files
committed
update
1 parent fb7f79c commit 14e48ff

File tree

12 files changed

+238
-165
lines changed

12 files changed

+238
-165
lines changed

cmd/utils/flags.go

+4-3
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,9 @@ var (
118118
Usage: "Enable directly broadcast mined block to all peers",
119119
}
120120
LightSyncFlag = cli.BoolFlag{
121-
Name: "lightsync",
122-
Usage: "Enable difflayer light sync ",
121+
Name: "lightsync",
122+
Usage: "Enable difflayer light sync, Please note that enable lightsync will improve the syncing speed, " +
123+
"but will degrade the security to light client level",
123124
}
124125
RangeLimitFlag = cli.BoolFlag{
125126
Name: "rangelimit",
@@ -435,7 +436,7 @@ var (
435436
}
436437
PersistDiffFlag = cli.BoolFlag{
437438
Name: "persistdiff",
438-
Usage: "Enable persisting the diff layer",
439+
Usage: "Enable persistence of the diff layer",
439440
}
440441
// Miner settings
441442
MiningEnabledFlag = cli.BoolFlag{

0 commit comments

Comments
 (0)