mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Cosmetic.
This commit is contained in:
@@ -27,7 +27,7 @@ bool ContinuousLedgerTiming::shouldClose(
|
|||||||
boost::str(boost::format("CLC::shouldClose range Trans=%s, Prop: %d/%d, Secs: %d (last:%d)")
|
boost::str(boost::format("CLC::shouldClose range Trans=%s, Prop: %d/%d, Secs: %d (last:%d)")
|
||||||
% (anyTransactions ? "yes" : "no") % previousProposers % proposersClosed
|
% (anyTransactions ? "yes" : "no") % previousProposers % proposersClosed
|
||||||
% currentMSeconds % previousMSeconds);
|
% currentMSeconds % previousMSeconds);
|
||||||
return true;;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!anyTransactions)
|
if (!anyTransactions)
|
||||||
|
|||||||
Reference in New Issue
Block a user