aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet.cpp
diff options
context:
space:
mode:
authorMarcoFalke <[email protected]>2015-11-23 20:32:36 +0100
committerMarcoFalke <[email protected]>2016-01-30 11:29:22 +0100
commitfa331db68bcc68e4c93fb45aaa30f911b0ecfe1a (patch)
treec2ac5176340e5b4a3a6fc1d1e28e60d0145c3858 /src/wallet/wallet.cpp
parentMerge #6842: limitfreerelay edge case bugfix (diff)
downloaddiscoin-fa331db68bcc68e4c93fb45aaa30f911b0ecfe1a.tar.xz
discoin-fa331db68bcc68e4c93fb45aaa30f911b0ecfe1a.zip
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 5b8bd5549..dd9d549f6 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;