diff --git a/src/LedgerConsensus.cpp b/src/LedgerConsensus.cpp index 7a194d8d7d..1a9eda60d2 100644 --- a/src/LedgerConsensus.cpp +++ b/src/LedgerConsensus.cpp @@ -937,7 +937,8 @@ void LedgerConsensus::accept(SHAMap::pointer set) mState = lcsACCEPTED; sl.unlock(); - { + if (mValidating && mOurPosition->getCurrentHash().isNonZero()) + { // see how close our close time is to other node's close time reports Log(lsINFO) << "We closed at " << boost::lexical_cast(mCloseTime); uint64 closeTotal = mCloseTime; int closeCount = 1;