We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following code is returning error. I have tried replacing the ceritificate files with the latest one from root reposiroty but continues to fail.
caller, caller_affiliation, err := t.get_caller_data(stub) if err != nil { return nil, errors.New("Error retrieving caller information")}
How to fix this problem to have proper caller and affiliation check in the vehicles.go contract? Appreciate an early response.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The following code is returning error. I have tried replacing the ceritificate files with the latest one from root reposiroty but continues to fail.
How to fix this problem to have proper caller and affiliation check in the vehicles.go contract?
Appreciate an early response.
The text was updated successfully, but these errors were encountered: