diff options
author | practicalswift <practicalswift@users.noreply.github.com> | 2017-07-16 12:20:49 +0200 |
---|---|---|
committer | practicalswift <practicalswift@users.noreply.github.com> | 2017-07-16 21:22:05 +0200 |
commit | 2c2e90d1d4768a7842b2fa840496cea567a8e995 (patch) | |
tree | 90b707a071314561f02fad31b7c81cb1b02afd64 /src/policy/fees.cpp | |
parent | 5cfdda2503c995cdd563b1a2a29162ac298d173d (diff) |
Fix incorrect Doxygen tag (@ince → @since). Make Doxygen parameter names match actual parameter names.
Diffstat (limited to 'src/policy/fees.cpp')
-rw-r--r-- | src/policy/fees.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/policy/fees.cpp b/src/policy/fees.cpp index b0a6a2e3d8..dbdc5013f0 100644 --- a/src/policy/fees.cpp +++ b/src/policy/fees.cpp @@ -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, |