From da6b7f7755963fa0d29770d9c4633c81fcd074fc Mon Sep 17 00:00:00 2001 From: Sunny Aggarwal Date: Mon, 7 Dec 2020 16:33:27 -0500 Subject: [PATCH] removed gov docs bug (#8105) --- x/gov/spec/01_concepts.md | 3 --- 1 file changed, 3 deletions(-) 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.