diff --git a/src/evo/mnhftx.cpp b/src/evo/mnhftx.cpp index aef76cd96c..788d25f4fd 100644 --- a/src/evo/mnhftx.cpp +++ b/src/evo/mnhftx.cpp @@ -54,6 +54,8 @@ CMNHFManager::~CMNHFManager() CMNHFManager::Signals CMNHFManager::GetSignalsStage(const CBlockIndex* const pindexPrev) { + if (!DeploymentActiveAfter(pindexPrev, Params().GetConsensus(), Consensus::DEPLOYMENT_V20)) return {}; + Signals signals = GetForBlock(pindexPrev); if (pindexPrev == nullptr) return {}; const int height = pindexPrev->nHeight + 1;