I wrote a receive handler for jetton TransferNotification in my smart contract, however when I try to transfer jetton tokens to it, the first two steps(Transfer, Transfer Internal) succeed, but the notification fails with error code -14. What does this error code mean?
Aug 29, 2023, 4:41 PM
Insufficient gas.
Aug 29, 2023, 4:43 PM
How to call accept_message() in tact?
Aug 29, 2023, 4:53 PM
acceptMessage()
Aug 29, 2023, 4:55 PM
Thanks!
Aug 29, 2023, 4:56 PM