Mark a FIXME needed for new timing to work right.

This commit is contained in:
JoelKatz
2012-07-11 18:18:48 -07:00
parent 513d248c93
commit f71469f55c

View File

@@ -757,7 +757,7 @@ void LedgerConsensus::accept(SHAMap::pointer set)
CanonicalTXSet failedTransactions(set->getHash());
applyTransactions(set, newLCL, failedTransactions, true);
newLCL->setClosed();
newLCL->setAccepted();
newLCL->setAccepted(); // FIXME: Must call other setAccepted
newLCL->updateHash();
uint256 newLCLHash = newLCL->getHash();
Log(lsTRACE) << "newLCL " << newLCLHash.GetHex();