File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
packages/core-sdk/src/resources Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ export class IPAccountClient {
2323
2424 /** Executes a transaction from the IP Account.
2525 * @param request - The request object containing necessary data to execute IP Account a transaction.
26- * @param request.ipId The Ip Id to get ip account .
26+ * @param request.ipId The Ip Id to get ip 1account .
2727 * @param request.to The recipient of the transaction.
2828 * @param request.value The amount of Ether to send.
2929 * @param request.accountAddress The ipId to send.
Original file line number Diff line number Diff line change @@ -134,7 +134,6 @@ export class IPAssetClient {
134134 this . rpcClient = rpcClient ;
135135 this . wallet = wallet ;
136136 this . chainId = chainId ;
137- void this . getDefaultLicenseTerms ( ) ;
138137 }
139138
140139 /**
You can’t perform that action at this time.
0 commit comments