From 2cac0cb28827e275bfe0d96120ea73d8399e01e8 Mon Sep 17 00:00:00 2001 From: JoelKatz Date: Fri, 29 Jun 2012 05:35:28 -0700 Subject: [PATCH] Mark a FIXME. --- src/NetworkOPs.cpp | 4 ++++ 1 file changed, 4 insertions(+) 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; }