aboutsummaryrefslogtreecommitdiff
path: root/src/policy
diff options
context:
space:
mode:
authorAlex Morcos <morcos@chaincode.com>2017-06-13 13:44:52 -0400
committerAlex Morcos <morcos@chaincode.com>2017-07-06 22:20:23 -0400
commite0738e3d319ab50466bf76c95841bb7275ad4d22 (patch)
tree8b7ea639c1024426e5fe0e465f911568e5c007c2 /src/policy
parentd507c301bc49c72ed7303658a309e7d204134f80 (diff)
downloadbitcoin-e0738e3d319ab50466bf76c95841bb7275ad4d22.tar.xz
remove default argument from estimateSmartFee
Diffstat (limited to 'src/policy')
-rw-r--r--src/policy/fees.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/policy/fees.h b/src/policy/fees.h
index 8a98e55520..059415418d 100644
--- a/src/policy/fees.h
+++ b/src/policy/fees.h
@@ -204,7 +204,7 @@ public:
* the closest target where one can be given. 'conservative' estimates are
* valid over longer time horizons also.
*/
- CFeeRate estimateSmartFee(int confTarget, FeeCalculation *feeCalc, const CTxMemPool& pool, bool conservative = true) const;
+ CFeeRate estimateSmartFee(int confTarget, FeeCalculation *feeCalc, const CTxMemPool& pool, bool conservative) const;
/** Return a specific fee estimate calculation with a given success
* threshold and time horizon, and optionally return detailed data about