From 6783f800344469f2f3375652494b16409e8a65a2 Mon Sep 17 00:00:00 2001 From: JoelKatz Date: Thu, 3 Jan 2013 18:17:08 -0800 Subject: [PATCH] Remove a FIXME, it has been fixed. --- src/cpp/ripple/NetworkOPs.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/cpp/ripple/NetworkOPs.cpp b/src/cpp/ripple/NetworkOPs.cpp index ce3722706..23ebcbd02 100644 --- a/src/cpp/ripple/NetworkOPs.cpp +++ b/src/cpp/ripple/NetworkOPs.cpp @@ -1150,8 +1150,9 @@ void NetworkOPs::pubProposedTransaction(Ledger::ref lpCurrent, const SerializedT void NetworkOPs::pubLedger(Ledger::ref lpAccepted) { - // Don't publish to clients ledgers we don't trust. - // TODO: we need to publish old transactions when we get reconnected to the network otherwise clients can miss transactions + // Ledgers are published only when they acquire sufficient validations + // Holes are filled across connection loss or other catastrophe + { boost::recursive_mutex::scoped_lock sl(mMonitorLock);