From 2733cd44935a1431a5b1435ea89a07ef666cacd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=B8=9E=E0=B8=B4=E0=B8=97=E0=B8=B1=E0=B8=81=E0=B8=A9?= =?UTF-8?q?=E0=B9=8C=20=E0=B8=94=E0=B8=A7=E0=B8=87=E0=B8=A8=E0=B8=A3?= =?UTF-8?q?=E0=B8=B5?= <0979478318za@gmail.com> Date: Thu, 30 Oct 2025 17:13:17 +0700 Subject: [PATCH] Revert "fix: rename forward_amount to forward_ton_amount (#538)" This reverts commit f10a373fcb9276ba92b225f294998a43af53dcbf. --- text/0074-jettons-standard.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/text/0074-jettons-standard.md b/text/0074-jettons-standard.md index 593040e8..42b53d44 100644 --- a/text/0074-jettons-standard.md +++ b/text/0074-jettons-standard.md @@ -79,7 +79,7 @@ transfer#0f8a7ea5 query_id:uint64 amount:(VarUInteger 16) destination:MsgAddress **Otherwise should do:** 1. decrease jetton amount on sender wallet by `amount` and send message which increase jetton amount on receiver wallet (and optionally deploy it). -2. if `forward_ton_amount > 0` ensure that receiver's jetton-wallet send message to `destination` address with `forward_ton_amount` nanotons attached and with the following layout: +2. if `forward_amount > 0` ensure that receiver's jetton-wallet send message to `destination` address with `forward_amount` nanotons attached and with the following layout: TL-B schema: ``` @@ -96,7 +96,7 @@ transfer_notification#7362d09c query_id:uint64 amount:(VarUInteger 16) `forward_payload` should be equal with request's `forward_payload`. -If `forward_ton_amount` is equal to zero, notification message should not be sent. +If `forward_amount` is equal to zero, notification message should not be sent. 3. Receiver's wallet should send all excesses of incoming message coins to `response_destination` with the following layout: TL-B schema: `excesses#d53276db query_id:uint64 = InternalMsgBody;`