This commit is contained in:
JoelKatz
2012-06-01 16:49:08 -07:00
parent 2a6179dcaf
commit 2372a13041

View File

@@ -663,7 +663,7 @@ void LedgerConsensus::accept(SHAMap::pointer set)
assert(set->getHash() == mOurPosition->getCurrentHash());
Log(lsINFO) << "Computing new LCL based on network consensus";
Log(lsDEBUG) << "Consensus " << mOurPosition->getCurrentHash().GetHex();
Log(lsDEBUG) << "Previous LCL " << mPreviousLedger->getParentHash().GetHex();
Log(lsDEBUG) << "Previous LCL " << mPreviousLedger.GetHex();
Ledger::pointer newLCL = boost::make_shared<Ledger>(mPreviousLedger);