From fe2ec1e9f31eba2b000af00c0165cb043bda3e6a Mon Sep 17 00:00:00 2001 From: Stana Miric Date: Tue, 10 Dec 2024 18:51:46 +0100 Subject: [PATCH] chore: Update create-consumer and update-consumer example (#2427) jail duration param should not be quoted --- x/ccv/provider/client/cli/tx.go | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/x/ccv/provider/client/cli/tx.go b/x/ccv/provider/client/cli/tx.go index 2708af5811..4e2ed1075a 100644 --- a/x/ccv/provider/client/cli/tx.go +++ b/x/ccv/provider/client/cli/tx.go @@ -259,12 +259,12 @@ where create_consumer.json has the following structure: }, "infraction_parameters":{ "double_sign":{ - "slash_fraction":"0.05", - "jail_duration":"9223372036854775807" + "slash_fraction": "0.05", + "jail_duration": 9223372036854775807 }, "downtime":{ - "slash_fraction":"0.0001", - "jail_duration":"600000000000" + "slash_fraction": "0.0001", + "jail_duration": 600000000000 } }, "allowlisted_reward_denoms": { @@ -368,12 +368,12 @@ where update_consumer.json has the following structure: }, "infraction_parameters":{ "double_sign":{ - "slash_fraction":"0.05", - "jail_duration":"9223372036854775807" + "slash_fraction": "0.05", + "jail_duration": 9223372036854775807 }, "downtime":{ - "slash_fraction":"0.0001", - "jail_duration":"600000000000" + "slash_fraction": "0.0001", + "jail_duration": 600000000000 } }, "allowlisted_reward_denoms": {