Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
keyvankhademi committed Sep 11, 2024
1 parent ec74391 commit 1807030
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/hermes/client/js/src/HermesClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ export class HermesClient {
* This will throw an error if there is a network problem or the price service returns a non-ok response.
*
* @param options Optional parameters:
* - encoding: Encoding type. If specified, return the price update in the encoding specified by the encoding parameter. Default is hex.
* - parsed: Boolean to specify if the parsed price update should be included in the response. Default is false.
* - encoding: Encoding type. If specified, return the publisher caps in the encoding specified by the encoding parameter. Default is hex.
* - parsed: Boolean to specify if the parsed publisher caps should be included in the response. Default is false.
*
* @returns PublisherCaps object containing the latest publisher stake caps.
*/
Expand Down

0 comments on commit 1807030

Please sign in to comment.