Skip to content

Commit 6325fe1

Browse files
committed
Add consensus type ectdraft in orderer/README.md
Signed-off-by: Shitaibin <hz_stb@163.com> Change-Id: Ifc509848a77794697d3bb3a3bbe52585841c08bb
1 parent cd97bc3 commit 6325fe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

orderer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The atomic broadcast ordering protocol for Hyperledger Fabric is described in `h
1616

1717
In order to set a service type, the ordering service administrator needs to set the right value in the genesis block that the ordering service nodes will be bootstrapped from.
1818

19-
Specifically, the value corresponding to the `ConsensusType` key of the `Values` map of the `Orderer` config group on the system channel should be set to either `solo` or `kafka`.
19+
Specifically, the value corresponding to the `ConsensusType` key of the `Values` map of the `Orderer` config group on the system channel should be set to either `solo`, `kafka` or `etcdraft`.
2020

2121
For details on the configuration structure of channels, refer to the [Channel Configuration](../docs/source/configtx.rst) guide.
2222

0 commit comments

Comments
 (0)