aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet.cpp
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2015-11-23 20:32:36 +0100
committerMarcoFalke <falke.marco@gmail.com>2016-01-30 11:29:22 +0100
commitfa331db68bcc68e4c93fb45aaa30f911b0ecfe1a (patch)
treec2ac5176340e5b4a3a6fc1d1e28e60d0145c3858 /src/wallet/wallet.cpp
parent019280617aad7008e523e0bbe19cd76fd59d5e25 (diff)
downloadbitcoin-fa331db68bcc68e4c93fb45aaa30f911b0ecfe1a.tar.xz
mempool: Replace maxFeeRate of 10000*minRelayTxFee with maxTxFee
Diffstat (limited to 'src/wallet/wallet.cpp')
-rw-r--r--src/wallet/wallet.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wallet/wallet.cpp b/src/wallet/wallet.cpp
index 5b8bd55498..dd9d549f66 100644
--- a/src/wallet/wallet.cpp
+++ b/src/wallet/wallet.cpp
@@ -37,7 +37,6 @@ using namespace std;
* Settings
*/
CFeeRate payTxFee(DEFAULT_TRANSACTION_FEE);
-CAmount maxTxFee = DEFAULT_TRANSACTION_MAXFEE;
unsigned int nTxConfirmTarget = DEFAULT_TX_CONFIRM_TARGET;
bool bSpendZeroConfChange = DEFAULT_SPEND_ZEROCONF_CHANGE;
bool fSendFreeTransactions = DEFAULT_SEND_FREE_TRANSACTIONS;