From 33922ac989681e29b46312d0c6241d005dbda830 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yuhao=2EChen=20=28Howe=29=20-=20=E9=99=88=E9=9B=A8?= =?UTF-8?q?=E8=B1=AA?= Date: Sat, 15 Jun 2019 15:50:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A0=B8=E5=BF=83=E6=B5=81?= =?UTF-8?q?=E7=A8=8B=E9=98=B6=E6=AE=B5=E8=8B=B1=E6=96=87=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/design/consensus/pbft.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/design/consensus/pbft.md b/docs/design/consensus/pbft.md index 191ff93b0..89bb94fe7 100644 --- a/docs/design/consensus/pbft.md +++ b/docs/design/consensus/pbft.md @@ -103,7 +103,7 @@ PBFT共识主要包括两个线程: ## 3. 核心流程 -PBFT共识主要包括Pre-parepare、Prepare和Commit三个阶段: +PBFT共识主要包括Pre-prepare、Prepare和Commit三个阶段: - **Pre-prepare**:负责执行区块,产生签名包,并将签名包广播给所有共识节点; - **Prepare**:负责收集签名包,某节点收集满`2*f+1`的签名包后,表明自身达到可以提交区块的状态,开始广播Commit包;