Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
unclezoro committed Aug 26, 2021
1 parent fb7f79c commit 14e48ff
Show file tree
Hide file tree
Showing 12 changed files with 238 additions and 165 deletions.
7 changes: 4 additions & 3 deletions cmd/utils/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,9 @@ var (
Usage: "Enable directly broadcast mined block to all peers",
}
LightSyncFlag = cli.BoolFlag{
Name: "lightsync",
Usage: "Enable difflayer light sync ",
Name: "lightsync",
Usage: "Enable difflayer light sync, Please note that enable lightsync will improve the syncing speed, " +
"but will degrade the security to light client level",
}
RangeLimitFlag = cli.BoolFlag{
Name: "rangelimit",
Expand Down Expand Up @@ -435,7 +436,7 @@ var (
}
PersistDiffFlag = cli.BoolFlag{
Name: "persistdiff",
Usage: "Enable persisting the diff layer",
Usage: "Enable persistence of the diff layer",
}
// Miner settings
MiningEnabledFlag = cli.BoolFlag{
Expand Down
Loading

0 comments on commit 14e48ff

Please sign in to comment.