-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FAB-2499] different OrgID and OrgName in configtx.yaml
Previously, in order for gossip to be able to join a channel, the OrgID (that sets the MSP-ID) and the OrgName in the configtx.yaml were needed to be the same. This commit removes this requirement by using the fact that ApplicationOrg embeds Org and the latter has an MSPID() method. I tested this by using a configtx.yaml with different OrgName and OrgID. Change-Id: I6435047fa97b16532491a22490dcde0f151945b0 Signed-off-by: Yacov Manevich <yacovm@il.ibm.com>
- Loading branch information
Showing
2 changed files
with
9 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters