From 7a04a824035d6d963594d1a1610b13f0868068a4 Mon Sep 17 00:00:00 2001 From: haouvw Date: Tue, 27 Aug 2024 11:37:23 +0800 Subject: [PATCH] chore: fix some comments (#1486) Signed-off-by: haouvw --- docs/static/openapi.yml | 4 ++-- integration_tests/cosmoscli.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/static/openapi.yml b/docs/static/openapi.yml index 60b058bf3f..e183504fa2 100644 --- a/docs/static/openapi.yml +++ b/docs/static/openapi.yml @@ -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: @@ -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: diff --git a/integration_tests/cosmoscli.py b/integration_tests/cosmoscli.py index 7cc3dcaa91..c5d8e95d3f 100644 --- a/integration_tests/cosmoscli.py +++ b/integration_tests/cosmoscli.py @@ -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,