Skip to content

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

@AnswerAIL

Description

@AnswerAIL

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 每个版本可能对应的背书策略会有所不同, 请参考官方源码对应的背书策略进行编辑

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions