Mark a FIXME.

This commit is contained in:
JoelKatz
2012-06-29 05:35:28 -07:00
parent 8516f40a89
commit 2cac0cb288

View File

@@ -457,7 +457,11 @@ bool NetworkOPs::checkLastClosedLedger(const std::vector<Peer::pointer>& 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;
}