Skip to content

Commit

Permalink
chore: fix wrong typedoc type (#2326)
Browse files Browse the repository at this point in the history
Co-authored-by: Zainen Suzuki <zainensuzuki@Zainens-MacBook-Pro.local>
  • Loading branch information
zainen and Zainen Suzuki committed Jan 31, 2023
1 parent a723ef8 commit ffe189e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/taquito/src/contract/rpc-contract-provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@ export class RpcContractProvider
*
* @returns An operation handle with the result from the rpc node
*
* @param BallotParams Proposals operation parameter
* @param ProposalsParams Proposals operation parameter
*/
async proposals(params: ProposalsParams) {
const publicKeyHash = await this.signer.publicKeyHash();
Expand Down

0 comments on commit ffe189e

Please sign in to comment.