From 654c1b8d8de044a433601687c53bf57686f3012b Mon Sep 17 00:00:00 2001 From: Celia18305 <32253925+Celia18305@users.noreply.github.com> Date: Wed, 14 Nov 2018 14:00:18 +0800 Subject: [PATCH] fix issue #673 (#674) --- zh-cn/node/cli/cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/node/cli/cli.md b/zh-cn/node/cli/cli.md index 6a8c626985..600f6d4aca 100644 --- a/zh-cn/node/cli/cli.md +++ b/zh-cn/node/cli/cli.md @@ -170,5 +170,5 @@ send neo AeSHyuirtXbfZbFik6SiBW2BEj7GK3N62b 100 | 命令 | 功能说明 | | --------------- | ---- | | start consensus | 启动共识 | -启动共识的前提是该钱包有共识的权限,在 NEO 主网上可以通过投票选举获得共识的权限,如果自己部署的私有链可以在 `protocol.json` 中设置共识节点的公钥,详情可参考 [私链搭建](../../network/private-chain.md)。 +启动共识的前提是该钱包有共识的权限,在 NEO 主网上可以通过投票选举获得共识的权限,如果自己部署的私有链可以在 `protocol.json` 中设置共识节点的公钥,详情可参考 [私链搭建](../../network/private-chain/private-chain.md)。