Permalink
Browse files
reduce halv min quorum period to 25 weeks
- Loading branch information...
Showing
with
1 addition
and
1 deletion.
-
+1
−1
DAO.sol
|
|
@@ -36,7 +36,7 @@ contract DAOInterface { |
|
|
// Period of days inside which it's possible to execute a DAO split
|
|
|
uint constant splitExecutionPeriod = 27 days;
|
|
|
// Period of time after which the minimum Quorum is halved
|
|
|
- uint constant quorumHalvingPeriod = 52 weeks;
|
|
|
+ uint constant quorumHalvingPeriod = 25 weeks;
|
|
|
// Period after which a proposal is closed
|
|
|
// (used in the case `executeProposal` fails because it throws)
|
|
|
uint constant executeProposalPeriod = 10 days;
|
|
|
|
0 comments on commit
5e4dad4