From 87c7823e58101184e27efcc60098302a6f3acde4 Mon Sep 17 00:00:00 2001 From: ksanjaykumar1 Date: Sun, 25 Jul 2021 18:05:54 +0530 Subject: [PATCH] add TwoOrgsOrdererGenesis profile , genesis profile for for network was missing --- test-network/configtx/configtx.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/test-network/configtx/configtx.yaml b/test-network/configtx/configtx.yaml index 48bd1d75..2c4685fe 100644 --- a/test-network/configtx/configtx.yaml +++ b/test-network/configtx/configtx.yaml @@ -300,6 +300,20 @@ Channel: &ChannelDefaults ################################################################################ Profiles: + TwoOrgsOrdererGenesis: + <<: *ChannelDefaults + Orderer: + <<: *OrdererDefaults + Organizations: + - *OrdererOrg + Capabilities: + <<: *OrdererCapabilities + Consortiums: + SampleConsortium: + Organizations: + - *Org1 + - *Org2 + TwoOrgsApplicationGenesis: <<: *ChannelDefaults Orderer: