aboutsummaryrefslogtreecommitdiff
path: root/src/policy
diff options
context:
space:
mode:
authorpracticalswift <practicalswift@users.noreply.github.com>2017-07-16 12:20:49 +0200
committerpracticalswift <practicalswift@users.noreply.github.com>2017-07-16 21:22:05 +0200
commit2c2e90d1d4768a7842b2fa840496cea567a8e995 (patch)
tree90b707a071314561f02fad31b7c81cb1b02afd64 /src/policy
parent5cfdda2503c995cdd563b1a2a29162ac298d173d (diff)
downloadbitcoin-2c2e90d1d4768a7842b2fa840496cea567a8e995.tar.xz
Fix incorrect Doxygen tag (@ince → @since). Make Doxygen parameter names match actual parameter names.
Diffstat (limited to 'src/policy')
-rw-r--r--src/policy/fees.cpp2
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,