From 0c56c87bd0deef7d3128f192d08d09040504e799 Mon Sep 17 00:00:00 2001 From: Emmanuel T Odeke Date: Fri, 3 Nov 2023 01:46:25 -0700 Subject: [PATCH] chore: run make proto-all (#18349) --- api/cosmos/gov/v1/gov.pulsar.go | 2 +- x/gov/types/v1/gov.pb.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/cosmos/gov/v1/gov.pulsar.go b/api/cosmos/gov/v1/gov.pulsar.go index 4623ed96da..1200fbc1e4 100644 --- a/api/cosmos/gov/v1/gov.pulsar.go +++ b/api/cosmos/gov/v1/gov.pulsar.go @@ -7726,7 +7726,7 @@ type Params struct { // burn deposits if quorum with vote type no_veto is met BurnVoteVeto bool `protobuf:"varint,15,opt,name=burn_vote_veto,json=burnVoteVeto,proto3" json:"burn_vote_veto,omitempty"` // 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 diff --git a/x/gov/types/v1/gov.pb.go b/x/gov/types/v1/gov.pb.go index 18f78a568c..5090216877 100644 --- a/x/gov/types/v1/gov.pb.go +++ b/x/gov/types/v1/gov.pb.go @@ -796,7 +796,7 @@ type Params struct { // burn deposits if quorum with vote type no_veto is met BurnVoteVeto bool `protobuf:"varint,15,opt,name=burn_vote_veto,json=burnVoteVeto,proto3" json:"burn_vote_veto,omitempty"` // 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