Skip to content

Commit

Permalink
Restored UpdateLLMQParams call (prevents invalid block when restartin…
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeIsTheKey authored May 19, 2024
1 parent 4c6e6bb commit ab757d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/evo/deterministicmns.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1039,6 +1039,7 @@ CDeterministicMNList CDeterministicMNManager::GetListForBlock(const CBlockIndex
}
}
}
UpdateLLMQParams(snapshot.GetAllMNsCount(), snapshot.GetHeight(), pindex, sporkManager.IsSporkActive(SPORK_21_LOW_LLMQ_PARAMS));
return snapshot;
}

Expand Down

0 comments on commit ab757d2

Please sign in to comment.