Remove synched flag, and neww pushLedger function.

This commit is contained in:
JoelKatz
2012-05-30 21:25:47 -07:00
parent c2b200a74d
commit 83aa616d13
3 changed files with 22 additions and 15 deletions

View File

@@ -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);