Skip to content

Commit

Permalink
refine the description
Browse files Browse the repository at this point in the history
  • Loading branch information
unclezoro committed May 6, 2022
1 parent cc1940c commit 84bb85c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/utils/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ var (
by comparing the diffhash(an identify of difflayer generated by the block) and state root.",
"insecure: same as full mode, except that it can tolerate without verifying the diffhash when verify node does not have it.",
"none: no merkle state root verification at all, there is no need to setup or connect remote verify node at all,
it is more light comparing to full and insecure mode, but get a very little chance that the state is not consistent
it is more light comparing to full and insecure mode, but get a very small chance that the state is not consistent
with other peers."`,
Value: &defaultVerifyMode,
}
Expand Down

0 comments on commit 84bb85c

Please sign in to comment.