Don't change our position too soon, before others have a chance to weigh in.

This commit is contained in:
JoelKatz
2012-07-11 11:39:23 -07:00
parent 9022a96495
commit bde6db0cac

View File

@@ -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())