mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
Fixed documentation
This commit is contained in:
parent
8be929d870
commit
69b02b5519
@ -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:
|
||||||
{
|
{
|
||||||
|
@ -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; }
|
||||||
|
Loading…
Reference in New Issue
Block a user