From 9887c24e5d741a6a2601cccdd9ce636dec1b6410 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9D=92=E5=B9=B4=E7=97=B4=E5=91=86?= <94603605+iyangwen@users.noreply.github.com> Date: Tue, 8 Nov 2022 18:08:55 +0800 Subject: [PATCH] Update pbft.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 这个表格的标题行重复了 --- 2.x/docs/design/consensus/pbft.md | 1 - 1 file changed, 1 deletion(-) diff --git a/2.x/docs/design/consensus/pbft.md b/2.x/docs/design/consensus/pbft.md index 5b9c8b7f8..2bd770a28 100644 --- a/2.x/docs/design/consensus/pbft.md +++ b/2.x/docs/design/consensus/pbft.md @@ -76,7 +76,6 @@ PBFT模块主要包括**PrepareReq、SignReq、CommitReq和ViewChangeReq**四种 | 字段名 | 字段含义 | | ------ | ------ | -| 字段名 | 字段含义 | | idx | 当前节点索引| | packetType | 请求包类型(包括PrepareReqPacket/SignReqPacket/CommitReqPacket/ViewChangeReqPacket) | | height | 当前正在处理的区块高度(一般是本地区块高度加一) |