From 84bb85c57d7e18e0bef99531ae179b339aba16f6 Mon Sep 17 00:00:00 2001 From: zjubfd <296179868@qq.com> Date: Fri, 6 May 2022 16:42:40 +0800 Subject: [PATCH] refine the description --- cmd/utils/flags.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/utils/flags.go b/cmd/utils/flags.go index dba2214c2d..7765475ea4 100644 --- a/cmd/utils/flags.go +++ b/cmd/utils/flags.go @@ -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, }