mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 20:42:59 +01:00
docs: documented UpdateMNActivationParam
This commit is contained in:
parent
ef14b53b3d
commit
5bcbcc8dc2
@ -134,6 +134,15 @@ public:
|
|||||||
void UpdateDIP8Parameters(int nActivationHeight);
|
void UpdateDIP8Parameters(int nActivationHeight);
|
||||||
void UpdateBudgetParameters(int nMasternodePaymentsStartBlock, int nBudgetPaymentsStartBlock, int nSuperblockStartBlock);
|
void UpdateBudgetParameters(int nMasternodePaymentsStartBlock, int nBudgetPaymentsStartBlock, int nSuperblockStartBlock);
|
||||||
void UpdateLLMQInstantSend(Consensus::LLMQType llmqType);
|
void UpdateLLMQInstantSend(Consensus::LLMQType llmqType);
|
||||||
|
/**
|
||||||
|
* Update params for Masternodes EHF
|
||||||
|
*
|
||||||
|
* @param[in] nBit The version bit to update
|
||||||
|
* @param[in] height The height of block where that signal is mined
|
||||||
|
* @param[in] timePast The block time to validate if release is already time-outed
|
||||||
|
* @param[in] fJustCheck If true do not update any internal data, only validate params
|
||||||
|
* @return Whether params are legit and params are updated (if release is known)
|
||||||
|
*/
|
||||||
bool UpdateMNActivationParam(int nBit, int height, int64_t timePast, bool fJustCheck) const;
|
bool UpdateMNActivationParam(int nBit, int height, int64_t timePast, bool fJustCheck) const;
|
||||||
int PoolMinParticipants() const { return nPoolMinParticipants; }
|
int PoolMinParticipants() const { return nPoolMinParticipants; }
|
||||||
int PoolMaxParticipants() const { return nPoolMaxParticipants; }
|
int PoolMaxParticipants() const { return nPoolMaxParticipants; }
|
||||||
|
Loading…
Reference in New Issue
Block a user