Skip to content

Commit 1a51c74

Browse files
committed
test
1 parent 4caea31 commit 1a51c74

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/core-sdk/src/resources/ipAccount.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

packages/core-sdk/src/resources/ipAsset.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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
/**

0 commit comments

Comments
 (0)