Skip to content

Commit 84bb85c

Browse files
committed
refine the description
1 parent cc1940c commit 84bb85c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/utils/flags.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ var (
282282
by comparing the diffhash(an identify of difflayer generated by the block) and state root.",
283283
"insecure: same as full mode, except that it can tolerate without verifying the diffhash when verify node does not have it.",
284284
"none: no merkle state root verification at all, there is no need to setup or connect remote verify node at all,
285-
it is more light comparing to full and insecure mode, but get a very little chance that the state is not consistent
285+
it is more light comparing to full and insecure mode, but get a very small chance that the state is not consistent
286286
with other peers."`,
287287
Value: &defaultVerifyMode,
288288
}

0 commit comments

Comments
 (0)