aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2016-03-14 15:25:59 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2016-03-14 15:27:42 +0100
commitb6f59048d33a360246e000fc45daf26d08a693de (patch)
tree22e5c5c2a7866773270cae397b446e66be7dbee8 /src
parenta0cfe3a9e6c5319ad8130bc0c53877e6b3962bb7 (diff)
downloadbitcoin-b6f59048d33a360246e000fc45daf26d08a693de.tar.xz
Revert "Default fPayAtLeastCustomFee to false"
This reverts commit 7d0a05f4c16aba51d980a33184a080f224a025f4. This change in fee behavior was unexpected to users and shouldn't be in a backport release. See detailed timeline in https://github.com/bitcoin/bitcoin/issues/7633#issuecomment-195254622 for details. People can upgrade to 0.12 if they want this new behavior.
Diffstat (limited to 'src')
-rw-r--r--src/wallet/wallet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/wallet.cpp b/src/wallet/wallet.cpp
index cccb4d071e..f412e471e2 100644
--- a/src/wallet/wallet.cpp
+++ b/src/wallet/wallet.cpp
@@ -34,7 +34,7 @@ CAmount maxTxFee = DEFAULT_TRANSACTION_MAXFEE;
unsigned int nTxConfirmTarget = DEFAULT_TX_CONFIRM_TARGET;
bool bSpendZeroConfChange = true;
bool fSendFreeTransactions = false;
-bool fPayAtLeastCustomFee = false;
+bool fPayAtLeastCustomFee = true;
/**
* Fees smaller than this (in satoshi) are considered zero fee (for transaction creation)