aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/coincontrol.h
diff options
context:
space:
mode:
authorGregory Sanders <gsanders87@gmail.com>2017-05-11 16:41:53 -0400
committerGregory Sanders <gsanders87@gmail.com>2017-05-11 22:28:46 -0400
commit091a9ae21c47ea7c479e58465ff8aaee7a378fc5 (patch)
treef5b5f3e4a8c47f0e7aa09f74a450194db6566981 /src/wallet/coincontrol.h
parent94e52273f30fc9f3f1a7b58778ed21781bb2a744 (diff)
downloadbitcoin-091a9ae21c47ea7c479e58465ff8aaee7a378fc5.tar.xz
remove minimum total fee option
Diffstat (limited to 'src/wallet/coincontrol.h')
-rw-r--r--src/wallet/coincontrol.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/wallet/coincontrol.h b/src/wallet/coincontrol.h
index 2aa26fb00a..cb4719ae90 100644
--- a/src/wallet/coincontrol.h
+++ b/src/wallet/coincontrol.h
@@ -18,8 +18,6 @@ public:
bool fAllowOtherInputs;
//! Includes watch only addresses which match the ISMINE_WATCH_SOLVABLE criteria
bool fAllowWatchOnly;
- //! Minimum absolute fee (not per kilobyte)
- CAmount nMinimumTotalFee;
//! Override estimated feerate
bool fOverrideFeeRate;
//! Feerate to use if overrideFeeRate is true
@@ -40,7 +38,6 @@ public:
fAllowOtherInputs = false;
fAllowWatchOnly = false;
setSelected.clear();
- nMinimumTotalFee = 0;
nFeeRate = CFeeRate(0);
fOverrideFeeRate = false;
nConfirmTarget = 0;