This repository was archived by the owner on Nov 9, 2023. It is now read-only.

Description
When commit or instantiate are called, they use endorsingpeers/peerorgs variables in a for loop, to get all the necessary information about the peers. But in the commit command for example it only recognize the orgs and peers that are in the network that called the function. In my case i have a channel with two different networks connected and i cant reach majority using this functions because the command don`t use the other network orgs/peers in the for loop.

Where this variables are? How can i change them?