Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save rahulEth/bd2701c23758ecd32034ffee2c31bf44 to your computer and use it in GitHub Desktop.
Save rahulEth/bd2701c23758ecd32034ffee2c31bf44 to your computer and use it in GitHub Desktop.

Error :

Command :

 from 3rd Org
command peer channel fetch 0 -c channelheader -o orderer.example.com:7050 --tls --cafile $ORDERER_CA

Solution :

 forgot to include the signature of second Orgnization
peer channel update -f org3_update_in_envelope.pb -c $CHANNEL_NAME -o orderer.example.com:7050 --tls --cafile $ORDERER_CA
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment