mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Let's use one simple general-purpose function rathern than five complex special-purpose ones.
This commit is contained in:
@@ -46,6 +46,7 @@ public:
|
||||
int getLoadRatio(bool overLoaded);
|
||||
|
||||
boost::unordered_map<uint256, currentValidationCount> getCurrentValidations(uint256 currentLedger);
|
||||
std::list<SerializedValidation::pointer> getCurrentTrustedValidations();
|
||||
|
||||
void flush();
|
||||
void sweep() { mValidations.sweep(); }
|
||||
|
||||
Reference in New Issue
Block a user