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

[report error] createMintBody param mismatch in JettonMinter #125

Open
suisun2022 opened this issue Feb 16, 2024 · 1 comment
Open

[report error] createMintBody param mismatch in JettonMinter #125

suisun2022 opened this issue Feb 16, 2024 · 1 comment

Comments

@suisun2022
Copy link

I tried to mint my jettons using JettonMinter from TonWeb. The transaction was successful in creating a jetton wallet, but the jettons were not issued. While investigating the cause, a problem was discovered on TonWeb.
The problem was in type mismatch from MintBodyParams in JettonMinter.createMintBody funtion.

image
https://github.com/toncenter/tonweb/blob/master/src/contract/token/ft/JettonMinter.js#L46

image
https://github.com/toncenter/tonweb/blob/master/dist/types/contract/token/ft/jetton-minter.d.ts#L15

I hope this error is resolved quickly. 🙏

@suisun2022
Copy link
Author

same problem exists on JettonWallet package.

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