--- a/pallets/nonfungible/src/lib.rs +++ b/pallets/nonfungible/src/lib.rs @@ -1225,7 +1225,7 @@ nesting_budget, )? { // Pass, token existence and ouroboros checks are done in `check_indirectly_owned` - } else if nesting.collection_admin && handle.is_owner_or_admin(&sender) { + } else if nesting.collection_admin && handle.is_owner_or_admin(sender) { // token existence and ouroboros checks are done in `get_checked_topmost_owner` let _ = >::get_checked_topmost_owner( handle.id,