mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Mark a FIXME needed for new timing to work right.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user