ton-blockchain / stablecoin-contract

Sample code for centralised stablecoin jetton. TEP-74 and TEP-89 compatible
146 stars 43 forks source link

FIX recv_internal m_1 #39

Closed isopen closed 8 months ago

isopen commented 8 months ago

if is_bounced skips empty body https://github.com/ton-blockchain/token-contract/blob/369ae089255edbd807eb499792a0a838c2e1b272/ft/jetton-wallet.fc#L202 Perhaps it is better to wrap this check in a function and start using it in other places.