mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Not sure why I put this in, but it's wrong.
This commit is contained in:
@@ -101,7 +101,6 @@ bool ContinuousLedgerTiming::haveConsensus(
|
||||
int ContinuousLedgerTiming::getNextLedgerTimeResolution(int previousResolution, bool previousAgree, int ledgerSeq)
|
||||
{
|
||||
assert(ledgerSeq);
|
||||
assert(previousAgree); // TEMPORARY
|
||||
if ((!previousAgree) && ((ledgerSeq % LEDGER_RES_DECREASE) == 0))
|
||||
{ // reduce resolution
|
||||
int i = 1;
|
||||
|
||||
Reference in New Issue
Block a user