From 4b7d82846fd8e2bcd7736af3c3da00b26db40f25 Mon Sep 17 00:00:00 2001 From: Grigoriy Simonov Date: Thu, 14 Jul 2022 07:33:06 +0000 Subject: [PATCH] doc: added clarification for `nest_if_sent_to_token_unchecked` method --- --- a/pallets/structure/src/lib.rs +++ b/pallets/structure/src/lib.rs @@ -331,6 +331,8 @@ } /// Nests `token_id` under `owner` token + /// + /// Caller should check that nesting wouldn't cause recursion in nesting pub fn nest_if_sent_to_token_unchecked( owner: &T::CrossAccountId, collection_id: CollectionId, -- gitstuff