Skip to content

Commit

Permalink
fix: naming
Browse files Browse the repository at this point in the history
  • Loading branch information
Amuhar committed Jan 16, 2024
1 parent cb0ad2e commit c044f3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/staking-router/staking-router.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export class StakingRouterService {
};
}

public async findKeysEntires(pubkeys: string[]) {
return await this.keysApiService.findKeysEntires(pubkeys);
public async getKeysByPubkeys(pubkeys: string[]) {
return await this.keysApiService.getKeysByPubkeys(pubkeys);
}
}

0 comments on commit c044f3b

Please sign in to comment.