The reference (FunC) implementation of Jetton allows TokenBurn to have zero response_address, while this doesn't. #11
Labels
depend on Tact 1.6
Blocked, until Tact 1.6 is released
enhancement
New feature or request
invalid
This doesn't seem right
According to TEP-74, if burnNotification is received,
So responce_destination should not probably be addr_none. But the thing is that if it is addr_none the action will fail. And everything will work as expected.
However reference FunC implementation does this.
And maybe we should add similar handling of addr_none.
The text was updated successfully, but these errors were encountered: