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

staking/ only Mint and Burn roles are used #35

Merged
merged 1 commit into from
Apr 20, 2021
Merged

staking/ only Mint and Burn roles are used #35

merged 1 commit into from
Apr 20, 2021

Conversation

claudiulataretu
Copy link
Contributor

Signed-off-by: Claudiu Ion Lataretu claudiu.lataretu@gmail.com

) -> AsyncCall<BigUint> {
ESDTSystemSmartContractProxy::new()
.set_special_roles(
&self.blockchain().get_sc_address(),
token.as_esdt_identifier(),
roles.as_slice(),
&[EsdtLocalRole::Mint, EsdtLocalRole::Burn],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please change to NftCreate and NftBurn

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

Signed-off-by: Claudiu Ion Lataretu <claudiu.lataretu@gmail.com>
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 this pull request may close these issues.

2 participants