Skip to content

Commit

Permalink
Add consensus type ectdraft in orderer/README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Shitaibin <[email protected]>
Change-Id: Ifc509848a77794697d3bb3a3bbe52585841c08bb
  • Loading branch information
Shitaibin committed Nov 7, 2019
1 parent cd97bc3 commit 6325fe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orderer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 6325fe1

Please sign in to comment.