From ca6e9cf764a8247845368a89a079f025dc6cab9c Mon Sep 17 00:00:00 2001 From: JoelKatz Date: Tue, 11 Sep 2012 21:36:23 -0700 Subject: [PATCH] Fix a case where we can get stuck in the wrong consensus window and have to wait for it to timeout. --- src/LedgerConsensus.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/LedgerConsensus.cpp b/src/LedgerConsensus.cpp index 73bc3e6821..515722b408 100644 --- a/src/LedgerConsensus.cpp +++ b/src/LedgerConsensus.cpp @@ -333,6 +333,7 @@ void LedgerConsensus::handleLCL(const uint256& lclHash) mPeerPositions.clear(); mDisputes.clear(); mDeadNodes.clear(); + playbackProposals(); return; }