BAD_REQUEST — error validating channel creation transaction for new channel in the Hyperledger Tutorial

孤者浪人 提交于 2020-06-17 14:24:45

问题


i get an error for hyperledger fabric. I followed the documentation and I came across his error when I ran the below command

peer channel create -o orderer.example.com:7050 -c $CHANNEL_NAME -f ./channel-artifacts/channel.tx --tls --cafile /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/ordererOrganizations/example.com/orderers/orderer.example.com/msp/tlscacerts/tlsca.example.com-cert.pem

the error being

BAD_REQUEST -- error validating channel creation transaction for new channel 'fyp', could not succesfully apply update to template configuration: error authorizing update: error validating ReadSet: existing config does not contain element for [Group] /Channel/Application/Org1MSP but was in the read set

来源:https://stackoverflow.com/questions/60550788/bad-request-error-validating-channel-creation-transaction-for-new-channel-in

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!