diff --git a/api/cosmos/gov/v1/gov.pulsar.go b/api/cosmos/gov/v1/gov.pulsar.go index 928fb42571..9bce5d5090 100644 --- a/api/cosmos/gov/v1/gov.pulsar.go +++ b/api/cosmos/gov/v1/gov.pulsar.go @@ -9743,7 +9743,7 @@ type Params struct { // // Since: x/gov v1.0.0 OptimisticRejectedThreshold string `protobuf:"bytes,19,opt,name=optimistic_rejected_threshold,json=optimisticRejectedThreshold,proto3" json:"optimistic_rejected_threshold,omitempty"` - // yes_quorum defines the minimum percentage of Yes votes in quroum for proposal to pass. + // yes_quorum defines the minimum percentage of Yes votes in quorum for proposal to pass. // Default value: 0 (disabled). // // Since: x/gov v1.0.0 @@ -9924,7 +9924,7 @@ type MessageBasedParams struct { VotingPeriod *durationpb.Duration `protobuf:"bytes,1,opt,name=voting_period,json=votingPeriod,proto3" json:"voting_period,omitempty"` // Minimum percentage of total stake needed to vote for a result to be considered valid. Quorum string `protobuf:"bytes,2,opt,name=quorum,proto3" json:"quorum,omitempty"` - // yes_quorum defines the minimum percentage of Yes votes in quroum for proposal to pass. + // yes_quorum defines the minimum percentage of Yes votes in quorum for proposal to pass. // If zero then the yes_quorum is disabled. YesQuorum string `protobuf:"bytes,20,opt,name=yes_quorum,json=yesQuorum,proto3" json:"yes_quorum,omitempty"` // Minimum proportion of Yes votes for proposal to pass. diff --git a/proto/cosmos/gov/v1/gov.proto b/proto/cosmos/gov/v1/gov.proto index 70d5bb8f5d..a282cf880f 100644 --- a/proto/cosmos/gov/v1/gov.proto +++ b/proto/cosmos/gov/v1/gov.proto @@ -351,7 +351,7 @@ message Params { // Since: x/gov v1.0.0 string optimistic_rejected_threshold = 19 [(cosmos_proto.scalar) = "cosmos.Dec"]; - // yes_quorum defines the minimum percentage of Yes votes in quroum for proposal to pass. + // yes_quorum defines the minimum percentage of Yes votes in quorum for proposal to pass. // Default value: 0 (disabled). // // Since: x/gov v1.0.0 @@ -370,7 +370,7 @@ message MessageBasedParams { // Minimum percentage of total stake needed to vote for a result to be considered valid. string quorum = 2 [(cosmos_proto.scalar) = "cosmos.Dec"]; - // yes_quorum defines the minimum percentage of Yes votes in quroum for proposal to pass. + // yes_quorum defines the minimum percentage of Yes votes in quorum for proposal to pass. // If zero then the yes_quorum is disabled. string yes_quorum = 20 [(cosmos_proto.scalar) = "cosmos.Dec"]; diff --git a/x/gov/types/v1/gov.pb.go b/x/gov/types/v1/gov.pb.go index 2de1722896..09c146234f 100644 --- a/x/gov/types/v1/gov.pb.go +++ b/x/gov/types/v1/gov.pb.go @@ -992,7 +992,7 @@ type Params struct { // // Since: x/gov v1.0.0 OptimisticRejectedThreshold string `protobuf:"bytes,19,opt,name=optimistic_rejected_threshold,json=optimisticRejectedThreshold,proto3" json:"optimistic_rejected_threshold,omitempty"` - // yes_quorum defines the minimum percentage of Yes votes in quroum for proposal to pass. + // yes_quorum defines the minimum percentage of Yes votes in quorum for proposal to pass. // Default value: 0 (disabled). // // Since: x/gov v1.0.0 @@ -1182,7 +1182,7 @@ type MessageBasedParams struct { VotingPeriod *time.Duration `protobuf:"bytes,1,opt,name=voting_period,json=votingPeriod,proto3,stdduration" json:"voting_period,omitempty"` // Minimum percentage of total stake needed to vote for a result to be considered valid. Quorum string `protobuf:"bytes,2,opt,name=quorum,proto3" json:"quorum,omitempty"` - // yes_quorum defines the minimum percentage of Yes votes in quroum for proposal to pass. + // yes_quorum defines the minimum percentage of Yes votes in quorum for proposal to pass. // If zero then the yes_quorum is disabled. YesQuorum string `protobuf:"bytes,20,opt,name=yes_quorum,json=yesQuorum,proto3" json:"yes_quorum,omitempty"` // Minimum proportion of Yes votes for proposal to pass.