Fix JettonBurnNotification
and related things in benchmarks
#2734
Labels
kind: bug
Something isn't working or isn't right
scope: stdlib
The Tact standard library (src/stdlib)
Milestone
Currently, addresses in
JettonBurn
andJettonBurnNotification
are represented asAddress
whereas they should beAddress?
to support theMsgAddress
from the Jetton standards TL-B.This fix is needed for #2509.
The text was updated successfully, but these errors were encountered: