Skip to content

Commit

Permalink
Merge "Add consensus type ectdraft in orderer/README.md" into release…
Browse files Browse the repository at this point in the history
…-1.4
  • Loading branch information
pamandrejko authored and Gerrit Code Review committed Nov 14, 2019
2 parents cb15403 + 89655c3 commit 456ca1d
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 456ca1d

Please sign in to comment.