mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Fix a case where we can get stuck in the wrong consensus window and have to
wait for it to timeout.
This commit is contained in:
@@ -333,6 +333,7 @@ void LedgerConsensus::handleLCL(const uint256& lclHash)
|
||||
mPeerPositions.clear();
|
||||
mDisputes.clear();
|
||||
mDeadNodes.clear();
|
||||
playbackProposals();
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user