hyperledger / hyperledger/fabric
Improve error message for private data not available on a peer
Open
- Dominant language
- Go
- Stars
- 16.7k
- Forks
- 9.1k
- Avg merge
- 5h 38m
- Merged PRs (30d)
- 26
Description
Improve message
"private data matching public hash version is not available. Public hash version = %s, Private data version = %s"
to indicate the actual issue, that is, private data wasn’t distributed to that peer collection member for a specific key and therefore the peer can’t endorse future transactions for the key.
Contributor guide
Assessment
This issue has not been assessed yet.