mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Remove synched flag, and neww pushLedger function.
This commit is contained in:
@@ -122,7 +122,6 @@ void Application::run()
|
||||
Ledger::pointer secondLedger = boost::make_shared<Ledger>(firstLedger);
|
||||
mMasterLedger.pushLedger(secondLedger);
|
||||
assert(!!secondLedger->getAccountState(rootAddress));
|
||||
mMasterLedger.setSynced();
|
||||
// temporary
|
||||
|
||||
mNetOps.setStateTimer(0);
|
||||
|
||||
Reference in New Issue
Block a user