mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 03:52:49 +01:00
feat: let unknown deployments to be mined in blocks
This commit is contained in:
parent
bb8d06ae84
commit
628ce18139
@ -126,7 +126,7 @@ bool CChainParams::UpdateMNActivationParam(int nBit, int height, int64_t timePas
|
||||
}
|
||||
}
|
||||
LogPrintf("%s: not found MnEHF fork bit=%d\n", __func__, nBit);
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
void CChainParams::AddLLMQ(Consensus::LLMQType llmqType)
|
||||
|
Loading…
Reference in New Issue
Block a user