token-contract
token-contract copied to clipboard
fix: allow to pass null payload to JettonWallet wrapper's sendTransfer and sendBurn
While transferMessage
and burnMessage
allow null
as payloads, the corresponding send methods do not, hence this fix.