Skip to content

Commit

Permalink
chore: fix some comments (#1486)
Browse files Browse the repository at this point in the history
Signed-off-by: haouvw <[email protected]>
  • Loading branch information
haouvw authored Aug 27, 2024
1 parent a1d0242 commit 7a04a82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/static/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1576,7 +1576,7 @@ paths:
type: object
properties:
commission:
description: commission defines the commision the validator received.
description: commission defines the commission the validator received.
type: object
properties:
commission:
Expand Down Expand Up @@ -17460,7 +17460,7 @@ definitions:
type: object
properties:
commission:
description: commission defines the commision the validator received.
description: commission defines the commission the validator received.
type: object
properties:
commission:
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/cosmoscli.py
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ def create_validator(
amount=amount,
pubkey=pubkey,
min_self_delegation=min_self_delegation,
# commision
# commission
commission_rate=commission_rate,
commission_max_rate=commission_max_rate,
commission_max_change_rate=commission_max_change_rate,
Expand Down

0 comments on commit 7a04a82

Please sign in to comment.