mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Make ledger close times increase strictly monotonically
This commit is contained in:
@@ -372,7 +372,7 @@ public:
|
||||
ScopedLockType ml (m_mutex);
|
||||
|
||||
lastClosed->setClosed ();
|
||||
lastClosed->setAccepted ();
|
||||
lastClosed->setImmutable ();
|
||||
|
||||
mCurrentLedger.set (current);
|
||||
mClosedLedger.set (lastClosed);
|
||||
|
||||
Reference in New Issue
Block a user