Skip to content

Commit

Permalink
fix(sdk-starter-kit): Rename method (#993)
Browse files Browse the repository at this point in the history
  • Loading branch information
yagopv authored Oct 2, 2024
1 parent f5a8d3d commit a737450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sdk-starter-kit/src/BaseClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export class BaseClient {
* @param {string} txHash - The Safe transaction hash
* @returns {string[]} The list of owners
*/
async getOwnersWhoApprovedTx(txHash: string): Promise<string[]> {
async getOwnersWhoApprovedTransaction(txHash: string): Promise<string[]> {
return this.protocolKit.getOwnersWhoApprovedTx(txHash)
}

Expand Down

0 comments on commit a737450

Please sign in to comment.