diff options
| author | Pieter Wuille <[email protected]> | 2017-05-26 11:55:00 -0700 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2017-05-26 11:56:21 -0700 |
| commit | b40ceed98a112f4f0d07351ce07270d9ff2bf796 (patch) | |
| tree | d44af62397e100996e5077ea020a044354ae8387 /src/policy/fees.cpp | |
| parent | Merge #10420: Add Qt tests for wallet spends & bumpfee (diff) | |
| parent | [trivial] Fix three recently introduced typos (diff) | |
| download | discoin-b40ceed98a112f4f0d07351ce07270d9ff2bf796.tar.xz discoin-b40ceed98a112f4f0d07351ce07270d9ff2bf796.zip | |
Merge #10419: [trivial] Fix three recently introduced typos
efc2e3302 [trivial] Fix three recently introduced typos (practicalswift)
Tree-SHA512: 99e97f3c1350299dfce9c0c35547d480f25c0b877da311d9120f113afd3089eda31b88b2378e2370f288b0c41bb69cee0fd3abca661cd93d5a56982f90709f91
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 37c47f223..66083fe1e 100644 --- a/src/policy/fees.cpp +++ b/src/policy/fees.cpp @@ -786,7 +786,7 @@ CFeeRate CBlockPolicyEstimator::estimateSmartFee(int confTarget, int *answerFoun * This is necessary to preserve monotonically increasing estimates. * For non-conservative estimates we do the same thing for 2*target, but * for conservative estimates we want to skip these shorter horizons - * checks for 2*target becuase we are taking the max over all time + * checks for 2*target because we are taking the max over all time * horizons so we already have monotonically increasing estimates and * the purpose of conservative estimates is not to let short term * fluctuations lower our estimates by too much. |