Skip to content

Commit

Permalink
Update nft-item.fc
Browse files Browse the repository at this point in the history
  • Loading branch information
tvorogme authored Oct 25, 2022
1 parent 26376de commit f8a4865
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit f8a4865

Please sign in to comment.