hyperledger-labs / minifabric

Do fabric network the right and easy way.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minifabric channelquery changes channel data

btiller123 opened this issue · comments

When the user or context specified organization does not exist in the channel being queried via command 'minifab channelquery -c [the channel]' minifab will add the organization to the channel. This change, which should not occur, corrupts the data and causes versioning errors when the channel file is operated upon and then the changes are implemented via command 'minifab channelsign,channelupdate'. I'm using fabric version 2.4.6.

Pls fix so that the channelquery command does not change the channel data regardless of the specified organization.