mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-21 17:15:10 +00:00
Changed 'ChannelUsingRafts' profile back to 'TwoOrgsApplicationGenesis' to enable it to work with test-network tutorial.
Signed-off-by: Ken P <83926126+schrodingerscode@users.noreply.github.com>
This commit is contained in:
parent
3811459e61
commit
30834e7b56
1 changed files with 2 additions and 2 deletions
|
|
@ -260,7 +260,7 @@ Channel: &ChannelDefaults
|
||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
Profiles:
|
Profiles:
|
||||||
ChannelUsingRaft:
|
TwoOrgsApplicationGenesis:
|
||||||
<<: *ChannelDefaults
|
<<: *ChannelDefaults
|
||||||
Orderer:
|
Orderer:
|
||||||
<<: *OrdererDefaults
|
<<: *OrdererDefaults
|
||||||
|
|
@ -295,4 +295,4 @@ Profiles:
|
||||||
- *Org1
|
- *Org1
|
||||||
- *Org2
|
- *Org2
|
||||||
Capabilities:
|
Capabilities:
|
||||||
<<: *ApplicationCapabilities
|
<<: *ApplicationCapabilities
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue