mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-26 05:55:51 +00:00
Reformat annotations in preparation for automated extraction
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
// Don't bother propagating past this number of rounds.
|
||||
#define SCORE_ROUNDS 10
|
||||
|
||||
// VFALCO: TODO, move all function definitions inlined into the class.
|
||||
// VFALCO TODO move all function definitions inlined into the class.
|
||||
class UniqueNodeList : public IUniqueNodeList
|
||||
{
|
||||
private:
|
||||
@@ -140,7 +140,7 @@ public:
|
||||
int iSourceScore(validatorSource vsWhy);
|
||||
};
|
||||
|
||||
// VFALCO: TODO Replace macros with language constructs
|
||||
// VFALCO TODO Replace macros with language constructs
|
||||
#define VALIDATORS_FETCH_SECONDS 30
|
||||
#define VALIDATORS_FILE_BYTES_MAX (50 << 10)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user