Small bugfixes.

This commit is contained in:
JoelKatz
2012-10-24 12:56:49 -07:00
parent b44ef50039
commit 806a025523
5 changed files with 22 additions and 21 deletions

View File

@@ -1186,7 +1186,7 @@ void LedgerConsensus::accept(SHAMap::ref set)
cLog(lsINFO) << "Applying transactions from current ledger";
applyTransactions(theApp->getMasterLedger().getCurrentLedger()->peekTransactionMap(), newOL, newLCL,
failedTransactions, true);
theApp->getMasterLedger().pushLedger(newLCL, newOL);
theApp->getMasterLedger().pushLedger(newLCL, newOL, true);
mNewLedgerHash = newLCL->getHash();
mState = lcsACCEPTED;
sl.unlock();