diff --git a/src/llmq/quorums_chainlocks.cpp b/src/llmq/quorums_chainlocks.cpp index 452de535df..eb6a05eb2a 100644 --- a/src/llmq/quorums_chainlocks.cpp +++ b/src/llmq/quorums_chainlocks.cpp @@ -387,7 +387,7 @@ bool CChainLocksHandler::IsTxSafeForMining(const uint256& txid) int64_t txAge = 0; { LOCK(cs); - if (!isEnforced) { + if (!isSporkActive) { return true; } auto it = txFirstSeenTime.find(txid);