From f8a486502165cc31b0ce8fa4f50fdd632b981550 Mon Sep 17 00:00:00 2001 From: Andrey Tvorozhkov Date: Tue, 25 Oct 2022 22:01:17 +0600 Subject: [PATCH] Update nft-item.fc https://github.com/TelegramMessenger/telemint/issues/66 --- func/nft-item.fc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/func/nft-item.fc b/func/nft-item.fc index 87407f9..93da830 100644 --- a/func/nft-item.fc +++ b/func/nft-item.fc @@ -278,7 +278,7 @@ cell change_dns_record(cell dns, slice in_msg_body) { } (slice owner_address, cell content, cell auction, cell royalty_params) = unpack_item_state(state); (cell nft_content, cell dns, cell token_info) = unpack_item_content(content); - return (-1, item_index, collection_address, owner_address, nft_content); + return (cell_null?(auction), item_index, collection_address, owner_address, nft_content); } (slice, int, int) get_auction_info() method_id {