diff --git a/ft/jetton-minter-ICO.fc b/ft/jetton-minter-ICO.fc index 7eac70d..f324572 100644 --- a/ft/jetton-minter-ICO.fc +++ b/ft/jetton-minter-ICO.fc @@ -96,7 +96,7 @@ slice response_address = in_msg_body~load_msg_addr(); if (response_address.preload_uint(2) != 0) { var msg = begin_cell() - .store_uint(0x10, 6) ;; nobounce - int_msg_info$0 ihr_disabled:Bool bounce:Bool bounced:Bool src:MsgAddress -> 011000 + .store_uint(0x10, 6) ;; nobounce - int_msg_info$0 ihr_disabled:Bool bounce:Bool bounced:Bool src:MsgAddress -> 010000 .store_slice(response_address) .store_coins(0) .store_uint(0, 1 + 4 + 4 + 64 + 32 + 1 + 1) diff --git a/ft/jetton-minter-discoverable.fc b/ft/jetton-minter-discoverable.fc index 422d7ad..7147abc 100644 --- a/ft/jetton-minter-discoverable.fc +++ b/ft/jetton-minter-discoverable.fc @@ -85,7 +85,7 @@ int provide_address_gas_consumption() asm "10000000 PUSHINT"; slice response_address = in_msg_body~load_msg_addr(); if (response_address.preload_uint(2) != 0) { var msg = begin_cell() - .store_uint(0x10, 6) ;; nobounce - int_msg_info$0 ihr_disabled:Bool bounce:Bool bounced:Bool src:MsgAddress -> 011000 + .store_uint(0x10, 6) ;; nobounce - int_msg_info$0 ihr_disabled:Bool bounce:Bool bounced:Bool src:MsgAddress -> 010000 .store_slice(response_address) .store_coins(0) .store_uint(0, 1 + 4 + 4 + 64 + 32 + 1 + 1) diff --git a/ft/jetton-minter.fc b/ft/jetton-minter.fc index 97796da..3a68535 100644 --- a/ft/jetton-minter.fc +++ b/ft/jetton-minter.fc @@ -79,7 +79,7 @@ slice response_address = in_msg_body~load_msg_addr(); if (response_address.preload_uint(2) != 0) { var msg = begin_cell() - .store_uint(0x10, 6) ;; nobounce - int_msg_info$0 ihr_disabled:Bool bounce:Bool bounced:Bool src:MsgAddress -> 011000 + .store_uint(0x10, 6) ;; nobounce - int_msg_info$0 ihr_disabled:Bool bounce:Bool bounced:Bool src:MsgAddress -> 010000 .store_slice(response_address) .store_coins(0) .store_uint(0, 1 + 4 + 4 + 64 + 32 + 1 + 1) diff --git a/nft/nft-collection-editable.fc b/nft/nft-collection-editable.fc index be76dfd..bec8e30 100644 --- a/nft/nft-collection-editable.fc +++ b/nft/nft-collection-editable.fc @@ -57,7 +57,7 @@ slice calculate_nft_item_address(int wc, cell state_init) { () send_royalty_params(slice to_address, int query_id, slice data) impure inline { var msg = begin_cell() - .store_uint(0x10, 6) ;; nobounce - int_msg_info$0 ihr_disabled:Bool bounce:Bool bounced:Bool src:MsgAddress -> 011000 + .store_uint(0x10, 6) ;; nobounce - int_msg_info$0 ihr_disabled:Bool bounce:Bool bounced:Bool src:MsgAddress -> 010000 .store_slice(to_address) .store_coins(0) .store_uint(0, 1 + 4 + 4 + 64 + 32 + 1 + 1) diff --git a/nft/nft-collection.fc b/nft/nft-collection.fc index 5aaf3a3..34aeb91 100644 --- a/nft/nft-collection.fc +++ b/nft/nft-collection.fc @@ -57,7 +57,7 @@ slice calculate_nft_item_address(int wc, cell state_init) { () send_royalty_params(slice to_address, int query_id, slice data) impure inline { var msg = begin_cell() - .store_uint(0x10, 6) ;; nobounce - int_msg_info$0 ihr_disabled:Bool bounce:Bool bounced:Bool src:MsgAddress -> 011000 + .store_uint(0x10, 6) ;; nobounce - int_msg_info$0 ihr_disabled:Bool bounce:Bool bounced:Bool src:MsgAddress -> 010000 .store_slice(to_address) .store_coins(0) .store_uint(0, 1 + 4 + 4 + 64 + 32 + 1 + 1) diff --git a/nft/nft-item-editable-DRAFT.fc b/nft/nft-item-editable-DRAFT.fc index 618f8b5..9bcf63b 100644 --- a/nft/nft-item-editable-DRAFT.fc +++ b/nft/nft-item-editable-DRAFT.fc @@ -50,7 +50,7 @@ int min_tons_for_storage() asm "50000000 PUSHINT"; ;; 0.05 TON () send_msg(slice to_address, int amount, int op, int query_id, builder payload, int send_mode) impure inline { var msg = begin_cell() - .store_uint(0x10, 6) ;; nobounce - int_msg_info$0 ihr_disabled:Bool bounce:Bool bounced:Bool src:MsgAddress -> 011000 + .store_uint(0x10, 6) ;; nobounce - int_msg_info$0 ihr_disabled:Bool bounce:Bool bounced:Bool src:MsgAddress -> 010000 .store_slice(to_address) .store_coins(amount) .store_uint(0, 1 + 4 + 4 + 64 + 32 + 1 + 1)