【发布时间】:2020-07-22 07:50:18
【问题描述】:
我使用结构版本 1.4.4 在频道中创建了一个包含两个组织(Org1,Org2)的网络。我在频道中添加了一个组织。在将新组织添加到频道后,我正在尝试根据此参考 https://hyperledger-fabric.readthedocs.io/en/release-1.4/channel_update_tutorial.html#updating-the-channel-config-to-include-an-org3-anchor-peer-optional 更新锚节点。
但在尝试使用 Org3 签署更新事务时会引发错误。
Error: got unexpected status: BAD_REQUEST -- error applying config update to existing
channel 'masterchannel': error authorizing update: error validating DeltaSet: policy for
[Group] /Channel/Application/Org3MSP not satisfied: signature set did not satisfy
policy
谁能帮我解决锚更新中的错误?
【问题讨论】:
标签: hyperledger-fabric hyperledger-fabric-ca hyperledger-fabric-sdk-js