We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c71cab5 commit ce6b7d1Copy full SHA for ce6b7d1
src/llmq/quorums_signing.cpp
@@ -562,7 +562,7 @@ CQuorumCPtr CSigningManager::SelectQuorumForSigning(Consensus::LLMQType llmqType
562
uint256 startBlock;
563
{
564
LOCK(cs_main);
565
- if (signHeight > chainActive.Height()) {
+ if (signHeight - SIGN_HEIGHT_OFFSET > chainActive.Height()) {
566
return nullptr;
567
}
568
startBlock = chainActive[signHeight - SIGN_HEIGHT_OFFSET]->GetBlockHash();
0 commit comments