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)")
|
||||
% (anyTransactions ? "yes" : "no") % previousProposers % proposersClosed
|
||||
% currentMSeconds % previousMSeconds);
|
||||
return true;;
|
||||
return true;
|
||||
}
|
||||
|
||||
if (!anyTransactions)
|
||||
|
||||
Reference in New Issue
Block a user