mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Don't change our position too soon, before others have a chance to weigh in.
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user