From 7b327ac22fb3b34b30c1066bd86151418698d7ce Mon Sep 17 00:00:00 2001 From: Harekrishna5 <116622675+Harekrishna5@users.noreply.github.com> Date: Tue, 25 Oct 2022 18:38:32 +0530 Subject: [PATCH] Update nft-collection.fc It sounds better for an official conversation or notification. --- func/nft-collection.fc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}