tact-lang / jetton

TEP-compatible, gas-efficient Jetton implementation in Tact

Repository from Github https://github.comtact-lang/jettonRepository from Github https://github.comtact-lang/jetton

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