Skip to content

Commit

Permalink
Fixed sendMode in TokenBurnNotification receiver
Browse files Browse the repository at this point in the history
  • Loading branch information
Shvandre committed Nov 19, 2024
1 parent 4234508 commit 319192b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/jetton_minter.tact
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 319192b

Please sign in to comment.