Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/redis/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Hyperledger fabric 通道功能V2\u 0是必需的,但不支持结构V2_Hyperledger Fabric - Fatal编程技术网

Hyperledger fabric 通道功能V2\u 0是必需的,但不支持结构V2

Hyperledger fabric 通道功能V2\u 0是必需的,但不支持结构V2,hyperledger-fabric,Hyperledger Fabric,我在启动Fabric v2网络时遇到orderer的此错误 Channel capability V2_0 is required but not supported Myconfigtx.yaml的功能部分 Capabilities: Channel: &ChannelCapabilities V2_0: true Orderer: &OrdererCapabilities V2_0: true Application:

我在启动Fabric v2网络时遇到orderer的此错误

Channel capability V2_0 is required but not supported
My
configtx.yaml
的功能部分

Capabilities:
    Channel: &ChannelCapabilities
        V2_0: true
    Orderer: &OrdererCapabilities
        V2_0: true
    Application: &ApplicationCapabilities
        V2_0: true
使用
configtxgen
v2.0.0生成的通道瑕疵

 $ configtxgen --version
configtxgen:
 Version: 2.0.0
 Commit SHA: 0432c3e80
 Go version: go1.13.4
 OS/Arch: linux/amd64
使用hyperledger/fabric Order:latestdocker图像


有什么建议我可能做错了吗?

最新的标记指向1.4图像,而不是2.0图像。我记不清关于
latest
标签的讨论到底是什么,但我不认为它计划更新,也就是说,最新的标签没有被更改为指向2.0