diff --git a/func/nft-collection.fc b/func/nft-collection.fc index 20057bc..3f72f20 100644 --- a/func/nft-collection.fc +++ b/func/nft-collection.fc @@ -38,7 +38,7 @@ _ unwrap_signed_cmd(slice signed_cmd, int public_key, int subwallet_id, int msg_ int op = in_msg_body~load_uint(32); if (op == 0) { ;; regular money transfer - ;; NB: it is not possible to recover any money transferred to this account + ;; NB: money transferred to this account can't be recovered ;; so we return back all transfers except ones with comment #topup in it throw_unless(err::wrong_topup_comment, equal_slices(in_msg_body, "#topup") & (in_msg_body.slice_refs() == 0)); @@ -106,4 +106,4 @@ cell get_nft_content(int index, cell individual_nft_content) method_id { .store_slice(get_nft_address_by_index(item_index)) .end_cell(); return (top_subdomain_bits + skipped_bits, result); -} \ No newline at end of file +}