Revert "Default fPayAtLeastCustomFee to false"

This reverts commit 7d0a05f4c1.

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.
This commit is contained in:
Wladimir J. van der Laan
2016-03-14 15:25:59 +01:00
parent a0cfe3a9e6
commit b6f59048d3

View File

@@ -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)