From 99248f1d7e3dc2fe25e618efec72c011644fd11e Mon Sep 17 00:00:00 2001 From: Pavel Date: Sun, 29 Dec 2024 20:16:02 +0300 Subject: [PATCH] group.ts --- packages/core-sdk/src/resources/group.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core-sdk/src/resources/group.ts b/packages/core-sdk/src/resources/group.ts index 4793ab76..1efd1450 100644 --- a/packages/core-sdk/src/resources/group.ts +++ b/packages/core-sdk/src/resources/group.ts @@ -358,7 +358,7 @@ export class GroupClient { } /** Register a group IP with a group reward pool, attach license terms to the group IP, and add individual IPs to the group IP. * @param request - The request object containing necessary data to register group and attach license and add ips. - * @param request.pIds must have the same PIL terms as the group IP. + * @param request.ipIds must have the same PIL terms as the group IP. * @param request.groupPool The address specifying how royalty will be split amongst the pool of IPs in the group. * @param request.licenseTermsId The ID of the registered license terms that will be attached to the new group IP. * @param request.licenseTemplate [Optional] The address of the license template to be attached to the new group IP,default value is Programmable IP License.