feat: let unknown deployments to be mined in blocks

This commit is contained in:
Konstantin Akimov 2023-09-04 18:01:28 +07:00 committed by PastaPastaPasta
parent bb8d06ae84
commit 628ce18139

View File

@ -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)