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

Cannot get string data from another chaincode #2

Open
NhatDuy1407 opened this issue Jun 15, 2018 · 0 comments
Open

Cannot get string data from another chaincode #2

NhatDuy1407 opened this issue Jun 15, 2018 · 0 comments

Comments

@NhatDuy1407
Copy link

Hello,

Example. I have 2 chaincode (A, B)

  • chaincode A: generate a password hash (string) using bcrypt
  • chaincode B: invoke chaincode A and get the password hash
  • Test 1: I call chaincode A and get the password hash likes this: "$2a$10$e9lha95xDRV0EfQQIW9zMecZqspeA5aaI8JUf36vgUmoKXtmzs"
  • Test 2: I call chaincode B to get the password hash likes this: "0Y0═�H�=╗╔�H�=╚╔╚B"

Anyone, please could you tell me what happened? How to fix?
Thanks a lot.

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