Fix incorrect Doxygen tag (@ince → @since). Make Doxygen parameter names match actual parameter names.
This commit is contained in:
+1
-1
@@ -117,7 +117,7 @@ public:
|
||||
* Create new TxConfirmStats. This is called by BlockPolicyEstimator's
|
||||
* constructor with default values.
|
||||
* @param defaultBuckets contains the upper limits for the bucket boundaries
|
||||
* @param maxConfirms max number of confirms to track
|
||||
* @param maxPeriods max number of periods to track
|
||||
* @param decay how much to decay the historical moving average per block
|
||||
*/
|
||||
TxConfirmStats(const std::vector<double>& defaultBuckets, const std::map<double, unsigned int>& defaultBucketMap,
|
||||
|
||||
Reference in New Issue
Block a user