作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我在 docker 环境中使用 fabric 1.3.0。尝试使用 --collections-config
实例化链代码时出现错误。如果我删除 --collections-config
执行时:
peer chaincode instantiate -C org12 -n tranargy -v 1.0 -c '{"Args":[]}' -P "OR('Org1MSP.member','Org2MSP.member')" --collections-config /opt/gopath/src/tranargy/collections/collections_config.json
出现以下错误:
Error: could not assemble transaction, err Proposal response was not
successful, error code 500, msg as V1_2 or later capability is not
enabled, private channel collections and data are not available
任何人都可以帮助如何在 fabric v1.3.0 中启用私有(private)数据。
最佳答案
您必须在创建 channel 配置事务时启用 V1_3 功能。请参阅 sample 中的所需配置.这是必需的,以便 channel 上的所有对等点行为一致,即使 channel 中的对等点正在进行滚动升级也是如此。
关于hyperledger-fabric - 如何在 fabric v1.3.0 中启用私有(private)数据,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52987188/
我是一名优秀的程序员,十分优秀!