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

Incorrect recipient in Mint() callback message #102

Closed
ghost opened this issue Oct 11, 2021 · 0 comments · Fixed by #103
Closed

Incorrect recipient in Mint() callback message #102

ghost opened this issue Oct 11, 2021 · 0 comments · Fixed by #103

Comments

@ghost
Copy link

ghost commented Oct 11, 2021

In this message, recipient is token recipient. Therefore, recipient : _sender should be recipient: to.

  msg_to_sender = { _tag : "MintCallBack"; _recipient : _sender; _amount : Uint128 0;
                    recipient : _sender; token_id : token_id; token_uri : token_uri };

https://github.com/Zilliqa/ZRC/blob/master/reference/nonfungible-token.scilla#L384-L385

@ghost ghost changed the title Wrong Recipient in Mint() Callback Message Incorrect recipient in Mint() callback message Oct 11, 2021
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

Successfully merging a pull request may close this issue.

0 participants