mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Add a framework for detecting databases that need updating.
Put transaction from account_tx command in transaction application sequence. CAUTION: This modifies your databases and will cause a delay on your next startup.
This commit is contained in:
@@ -90,6 +90,7 @@ class Application
|
||||
|
||||
volatile bool mShutdown;
|
||||
|
||||
void updateTables();
|
||||
void startNewLedger();
|
||||
void loadOldLedger(const std::string&);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user