You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to TEP-74, if burnNotification is received,
Jetton master should send all excesses of incoming message coins to response_destination with the following layout:
TL-B schema: excesses#d53276db query_id:uint64 = InternalMsgBody; query_id should be equal with request's query_id.
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.
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: