From 53cc0abea458b446c8524c047dc68827bf216dd2 Mon Sep 17 00:00:00 2001 From: ksanjaykumar1 Date: Mon, 20 Sep 2021 16:48:36 +0530 Subject: [PATCH] added missing profile to create consortium --- 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: