diff --git a/src/NetworkOPs.cpp b/src/NetworkOPs.cpp index e1949e06cf..cc3729701f 100644 --- a/src/NetworkOPs.cpp +++ b/src/NetworkOPs.cpp @@ -457,7 +457,11 @@ bool NetworkOPs::checkLastClosedLedger(const std::vector& peerLis } consensus = acq->getLedger(); } + + // FIXME: If this rewinds the ledger sequence, or has the same sequence, we should update the status on + // any stored transactions in the invalidated ledgers. switchLastClosedLedger(consensus); + return true; }