diff --git a/x/gov/spec/01_concepts.md b/x/gov/spec/01_concepts.md index bc9de29401..0acbfa3b70 100644 --- a/x/gov/spec/01_concepts.md +++ b/x/gov/spec/01_concepts.md @@ -129,9 +129,6 @@ that proposals are accepted if the proportion of `Yes` votes (excluding proportion of `NoWithVeto` votes is inferior to 1/3 (excluding `Abstain` votes). -Proposals can be accepted before the end of the voting period if they meet a special condition. Namely, if the ratio of `Yes` votes to `InitTotalVotingPower`exceeds 2:3, the proposal will be immediately accepted, even if the `Voting period` is not finished. `InitTotalVotingPower` is the total voting power of all bonded Atom holders at the moment when the vote opens. -This condition exists so that the network can react quickly in case of urgency. - ### Inheritance If a delegator does not vote, it will inherit its validator vote.