From 3f300cf3ff5918c4d62a582e3d8bccdb935ec229 Mon Sep 17 00:00:00 2001 From: the-laziest Date: Thu, 11 Apr 2024 02:40:59 +0200 Subject: [PATCH] Error in PGF proposal requirements --- .../pages/modules/governance/public-goods-funding/funding.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/specs/pages/modules/governance/public-goods-funding/funding.mdx b/packages/specs/pages/modules/governance/public-goods-funding/funding.mdx index 2c471dc1..11d31623 100644 --- a/packages/specs/pages/modules/governance/public-goods-funding/funding.mdx +++ b/packages/specs/pages/modules/governance/public-goods-funding/funding.mdx @@ -79,7 +79,7 @@ For blocks of which both RPGF and CPGF funding is to be applied, RPGF is applied There is also the possibility to propose funding as a non-PGF steward. This is done by submitting the custom governance proposal `FundingProposal` through governance. The structure of the proposal is identical to the `StewardFundingProposal` except that the author of the proposal is not required to be a PGF steward, and the voting conditions differ. The proposal will be such that it **is rejected** by default **unless** the following conditions are met: - - $\frac{2}{3}$ of voting-power must vote on the `FundingProposal` + - $\frac{1}{3}$ of voting-power must vote on the `FundingProposal` - More than half of the votes must be in favor of the `FundingProposal` Note that these are the same voting conditions as the `StewardProposal`