diff --git a/src/LedgerConsensus.cpp b/src/LedgerConsensus.cpp index 4c037793f..a9ce23e4a 100644 --- a/src/LedgerConsensus.cpp +++ b/src/LedgerConsensus.cpp @@ -374,6 +374,8 @@ int LedgerConsensus::statePreClose() int LedgerConsensus::stateEstablish() { // we are establishing consensus + if (mCurrentSeconds < LEDGER_MIN_CONSENSUS) + return 1; if (mProposing) updateOurPositions(); if (haveConsensus())