Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion func/nft-item.fc
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down