【发布时间】:2021-09-15 21:07:15
【问题描述】:
是否有人使用 Fabric Node SDK 的当前 master(2.2 版)的教程成功实现了离线交易签名? 我正在按照这些教程进行提案构建和提案的离线签名。
v2.2:https://hyperledger.github.io/fabric-sdk-node/master/tutorial-sign-transaction-offline.html https://github.com/BLOCKOTUS/hyperledger-fabric-offline-transaction-signing
我遇到以下错误
2021-09-15T11:37:15.283Z - error: [Endorser]: sendProposal[peer0.org2.example.com:9051] - Received error response from: grpcs://localhost:9051 error: Error: 2 UNKNOWN: error validating proposal: access denied: channel [mychannel] creator org [Org1MSP]
2021-09-15T11:37:15.283Z - error: [Endorser]: sendProposal[peer0.org2.example.com:9051] - rejecting with: Error: 2 UNKNOWN: error validating proposal: access denied: channel [mychannel] creator org [Org1MSP]
2021-09-15T11:37:15.284Z - error: [Endorser]: sendProposal[peer0.org1.example.com:7051] - Received error response from: grpcs://localhost:7051 error: Error: 2 UNKNOWN: error validating proposal: access denied: channel [mychannel] creator org [Org1MSP]
2021-09-15T11:37:15.284Z - error: [Endorser]: sendProposal[peer0.org1.example.com:7051] - rejecting with: Error: 2 UNKNOWN: error validating proposal: access denied: channel [mychannel] creator org [Org1MSP]
并在对等日志中记录以下日志
2021-09-15 11:37:15.282 UTC [endorser] Validate -> WARN 097 access denied: creator's signature over the proposal is not valid: The signature is invalid channel=mychannel txID=1b2ca125 mspID=Org1MSP
感谢任何想法。
【问题讨论】:
标签: hyperledger-fabric hyperledger hyperledger-fabric-ca