Skip to content

Commit

Permalink
Revert bad correction and correct reviewed line.
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrippled authored Oct 30, 2023
1 parent 3f727fb commit 29c04e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ripple/consensus/Consensus.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ checkConsensus(
<< previousAgreeTime.count()
<< " proposing? " << proposing
<< " minimum duration to reach consensus: "
<< parms.ledgerMIN_CONSENSUS.count() << "s"
<< " max consensus time " << parms.ledgerMAX_CONSENSUS.count() << 's'
<< parms.ledgerMIN_CONSENSUS.count() << "ms"
<< " max consensus time " << parms.ledgerMAX_CONSENSUS.count() << "ms"
<< " minimum consensus percentage: " << parms.minCONSENSUS_PCT;

if (currentProposers < (prevProposers * 3 / 4))
Expand Down

0 comments on commit 29c04e6

Please sign in to comment.