Fixed documentation

This commit is contained in:
Evan Duffield 2015-07-28 07:52:12 -07:00
parent 8be929d870
commit 69b02b5519
2 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@ If everything looks correct, you can ask for votes from other masternodes. To vo
4. Make it inte the budget 4. Make it inte the budget
After you get enough votes, execute "mnbudget projection" to see if you made it into the budget. Projection will show you, if you the budget was finalized at this moment which proposals would be in it. After you get enough votes, execute "mnbudget projection" to see if you made it into the budget. If you the budget was finalized at this moment which proposals would be in it. Note: Proposals must be active at least 1 day on the network and receive 10% of the masternode network in yes votes in order to qualify (E.g. if there is 2500 masternodes, you will need 250 yes votes.)
mnbudget projection: mnbudget projection:
{ {

View File

@ -383,7 +383,7 @@ public:
if(Params().NetworkID() == CBaseChainParams::MAIN) return (nTime < GetTime() - (60*60*24)); if(Params().NetworkID() == CBaseChainParams::MAIN) return (nTime < GetTime() - (60*60*24));
//for testing purposes - 4 hours //for testing purposes - 4 hours
return (nTime < GetTime() - (60*60*4)); return (nTime < GetTime() - (60*20));
} }
std::string GetName() {return strProposalName; } std::string GetName() {return strProposalName; }