mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Add LedgerCleaner:
* Manually invoked to clean ledgers * Get status with: 'print app.ledgercleaner.*' * Invoke or control with 'ledger_cleaner' command
This commit is contained in:
@@ -151,6 +151,8 @@ public:
|
||||
bassert (s_instance == nullptr);
|
||||
s_instance = this;
|
||||
|
||||
add (m_ledgerMaster->getPropertySource ());
|
||||
|
||||
// VFALCO TODO remove these once the call is thread safe.
|
||||
HashMaps::getInstance ().initializeNonce <size_t> ();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user