Skip to content

Commit

Permalink
fix: comments
Browse files Browse the repository at this point in the history
  • Loading branch information
janek26 committed Feb 9, 2022
1 parent ac02d46 commit f261120
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/account/default.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export class Account extends Provider implements AccountInterface {
}

/**
* Invoke a function on the starknet contract
* Invoke execute function in account contract
*
* [Reference](https://github.com/starkware-libs/cairo-lang/blob/f464ec4797361b6be8989e36e02ec690e74ef285/src/starkware/starknet/services/api/gateway/gateway_client.py#L13-L17)
*
Expand Down
2 changes: 1 addition & 1 deletion src/account/interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export abstract class AccountInterface extends ProviderInterface {
): Promise<AddTransactionResponse>;

/**
* Invokes a function on starknet
* Invoke execute function in account contract
*
* @param transactions the invocation object or an array of them, containing:
* - contractAddress - the address of the contract
Expand Down
1 change: 0 additions & 1 deletion src/provider/interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ export abstract class ProviderInterface {
* - entrypoint - the entrypoint of the contract
* - calldata - (defaults to []) the calldata
* - signature - (defaults to []) the signature
* @param abi (optional) the abi of the contract for better displaying
*
* @returns response from addTransaction
*/
Expand Down

0 comments on commit f261120

Please sign in to comment.