mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Count a validation for its previous ledger if it's during consensus time.
This commit is contained in:
@@ -37,7 +37,7 @@ public:
|
||||
int getTrustedValidationCount(const uint256& ledger);
|
||||
int getCurrentValidationCount(uint32 afterTime);
|
||||
|
||||
boost::unordered_map<uint256, int> getCurrentValidations();
|
||||
boost::unordered_map<uint256, int> getCurrentValidations(uint256 currentLedger = uint256());
|
||||
|
||||
void addDeadLedger(const uint256&);
|
||||
bool isDeadLedger(const uint256&);
|
||||
|
||||
Reference in New Issue
Block a user