From 319192bb05a0f909118cb9771b991a5f44438c63 Mon Sep 17 00:00:00 2001 From: b4cksl4sh Date: Tue, 19 Nov 2024 10:31:45 +0300 Subject: [PATCH] Fixed sendMode in TokenBurnNotification receiver --- sources/jetton_minter.tact | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/jetton_minter.tact b/sources/jetton_minter.tact index 89f4cee..b017ec9 100644 --- a/sources/jetton_minter.tact +++ b/sources/jetton_minter.tact @@ -37,7 +37,7 @@ contract JettonMinter with OwnableTransferable, Deployable { to: msg.response_destination, value: 0, bounce: false, - mode: SendRemainingValue, + mode: SendRemainingValue + SendIgnoreErrors, //ignore errors, because supply already been updated body: TokenExcesses{ query_id: msg.query_id }.toCell()