From 2372a13041ff9cea5bc572c5514316789b72e5cf Mon Sep 17 00:00:00 2001 From: JoelKatz Date: Fri, 1 Jun 2012 16:49:08 -0700 Subject: [PATCH] Bugfix. --- src/LedgerConsensus.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/LedgerConsensus.cpp b/src/LedgerConsensus.cpp index 0785db6ca4..fc82f678cb 100644 --- a/src/LedgerConsensus.cpp +++ b/src/LedgerConsensus.cpp @@ -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(mPreviousLedger);