“composer network ping” won't show the participant after “composer identity issue”

余生长醉 提交于 2019-12-02 11:05:23

In order for this to work with fabric v0.6, you need to start up the membership service with the following environment variable MEMBERSRVC_CA_ACA_ENABLED=true easiest way to do this is to update your docker compose file, for example membersrvc: image: hyperledger/fabric-membersrvc ports: - '7054:7054' environment: - MEMBERSRVC_CA_ACA_ENABLED=true command: membersrvc your example should then have the participant field with the correct value.

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