From 89655c396a8c0c32c9d72f943eb2ba76c0c9d099 Mon Sep 17 00:00:00 2001 From: Shitaibin Date: Fri, 8 Nov 2019 07:55:56 +0800 Subject: [PATCH] Add consensus type ectdraft in orderer/README.md Signed-off-by: Shitaibin Change-Id: Ifc509848a77794697d3bb3a3bbe52585841c08bb (cherry picked from commit 6325fe1ca46ad5df05a21646800bfe9ab70cb4c4) --- orderer/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orderer/README.md b/orderer/README.md index b67c46cc7d4..bdc70478bee 100644 --- a/orderer/README.md +++ b/orderer/README.md @@ -16,7 +16,7 @@ The atomic broadcast ordering protocol for Hyperledger Fabric is described in `h 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. -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`. +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`. For details on the configuration structure of channels, refer to the [Channel Configuration](../docs/source/configtx.rst) guide.