Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VSCCValidateTx for transaction txId returned error: VSCC error: endorsement #1

Open
1 task done
AnswerAIL opened this issue May 8, 2019 · 0 comments
Open
1 task done

Comments

@AnswerAIL
Copy link
Owner

peer节点日志报错: VSCCValidateTx for transaction txId returned error: VSCC error: endorsement

解决方案: 背书策略中的 peer 需要改为 member

user1: {"role": {"name": "peer ", "mspId": "Org1MSP"}}
# 修改为以下内容
user1: {"role": {"name": "member", "mspId": "Org1MSP"}}

fabric 每个版本可能对应的背书策略会有所不同, 请参考官方源码对应的背书策略进行编辑

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant