From 8de394ae3e0577c1516160df4bd36e535816fec6 Mon Sep 17 00:00:00 2001 From: Georgy Gusev <32247640+GooseBumpsOS@users.noreply.github.com> Date: Sun, 6 Oct 2024 23:18:53 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D1=88=D0=B8=D0=B1=D0=BA=D0=B0=20=D1=81?= =?UTF-8?q?=D0=B1=D0=BE=D1=80=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Incompatible types "Address" and "" for binary operator "!=" здесь ``` // 0xd53276db -- Cashback to the original Sender if (msg.response_destination != null) { ``` --- docs/07-jetton-standard.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/07-jetton-standard.html b/docs/07-jetton-standard.html index 4517dd6..0d8f4d5 100644 --- a/docs/07-jetton-standard.html +++ b/docs/07-jetton-standard.html @@ -372,7 +372,7 @@

Infinitely scalable balance map

queryId: Int as uint64; amount: Int as coins; destination: Address; - response_destination: Address; + response_destination: Address?; custom_payload: Cell?; forward_ton_amount: Int as coins; forward_payload: Slice as remaining; // Comment Text message when Transfer the jetton @@ -382,7 +382,7 @@

Infinitely scalable balance map

queryId: Int as uint64; amount: Int as coins; from: Address; - response_destination: Address; + response_destination: Address?; forward_ton_amount: Int as coins; forward_payload: Slice as remaining; // Comment Text message when Transfer the jetton } @@ -398,7 +398,7 @@

Infinitely scalable balance map

queryId: Int as uint64; amount: Int as coins; owner: Address; - response_destination: Address; + response_destination: Address?; } message(0x7bdd97de) TokenBurnNotification {