我使用结构版本 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
谁能帮我解决锚更新中的错误?