Remove unused `tonAmount` from Mint message
Gusarich opened this issue · comments
The Mint
message includes an unused tonAmount
field for consistency with the FunC implementation of Jettons. However, the minting process is not specified by the standard, leaving implementation details up to developers. Therefore, we can safely remove this unused field from our version.
Part of #152