From e4b06f9b4d88a86e60c1d9cd895a4dfde9d9003b Mon Sep 17 00:00:00 2001 From: Facundo Medica <14063057+facundomedica@users.noreply.github.com> Date: Tue, 31 Oct 2023 09:19:07 +0100 Subject: [PATCH] Update proto/cosmos/gov/v1/gov.proto Co-authored-by: Julien Robert --- proto/cosmos/gov/v1/gov.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto/cosmos/gov/v1/gov.proto b/proto/cosmos/gov/v1/gov.proto index 223d1d390cf..8ab849500d0 100644 --- a/proto/cosmos/gov/v1/gov.proto +++ b/proto/cosmos/gov/v1/gov.proto @@ -263,7 +263,7 @@ message Params { bool burn_vote_veto = 15; // The ratio representing the proportion of the deposit value minimum that must be met when making a deposit. - // Default value: 0.01. Meaning that for a chain with a min_deposit of 1000stake, a deposit of 1stake would be + // Default value: 0.01. Meaning that for a chain with a min_deposit of 100stake, a deposit of 1stake would be // required. // // Since: cosmos-sdk 0.50