mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Trivial cleanups.
This commit is contained in:
@@ -35,7 +35,7 @@ protected:
|
||||
public:
|
||||
ValidationCollection() : mValidations("Validations", 128, 600), mWriting(false) { ; }
|
||||
|
||||
bool addValidation(const SerializedValidation::pointer&);
|
||||
bool addValidation(SerializedValidation::ref);
|
||||
ValidationSet getValidations(const uint256& ledger);
|
||||
void getValidationCount(const uint256& ledger, bool currentOnly, int& trusted, int& untrusted);
|
||||
void getValidationTypes(const uint256& ledger, int& full, int& partial);
|
||||
|
||||
Reference in New Issue
Block a user