mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Make it possible to start from a specific chosen ledger.
This commit is contained in:
@@ -84,7 +84,7 @@ class Application
|
||||
boost::recursive_mutex mPeerMapLock;
|
||||
|
||||
void startNewLedger();
|
||||
void loadOldLedger();
|
||||
void loadOldLedger(const std::string&);
|
||||
|
||||
public:
|
||||
Application();
|
||||
|
||||
Reference in New Issue
Block a user