Ledger idle timing fixes.

This commit is contained in:
JoelKatz
2012-08-29 23:38:35 -07:00
parent 6282ad4a88
commit f63d9df60b
5 changed files with 25 additions and 12 deletions

View File

@@ -153,7 +153,7 @@ void Application::run()
secondLedger->setAccepted();
mMasterLedger.pushLedger(secondLedger, boost::make_shared<Ledger>(true, boost::ref(*secondLedger)));
assert(!!secondLedger->getAccountState(rootAddress));
mNetOps.setLastCloseNetTime(secondLedger->getCloseTimeNC());
mNetOps.setLastCloseTime(secondLedger->getCloseTimeNC());
}