diff options
author | MarcoFalke <falke.marco@gmail.com> | 2016-12-20 23:20:31 +0100 |
---|---|---|
committer | Alex Morcos <morcos@chaincode.com> | 2017-02-27 11:23:50 -0500 |
commit | ddf58c75739efc7509d529002975ea447a269b3a (patch) | |
tree | eadecbe6bb1e5f82270fcbf83b78e30cc6606007 /contrib/debian | |
parent | 94e5ba9ba2901c8205c1814ece8e2fafbff63a03 (diff) |
wallet: Remove sendfree
This removes the option from the wallet to not pay a fee on "small"
transactions which spend "old" inputs.
This code is no longer worth keeping around, as almost all miners
prefer not to include transactions which pay no fee at all.
Diffstat (limited to 'contrib/debian')
-rw-r--r-- | contrib/debian/examples/bitcoin.conf | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/contrib/debian/examples/bitcoin.conf b/contrib/debian/examples/bitcoin.conf index afbc7882e0..0c6eaa0a37 100644 --- a/contrib/debian/examples/bitcoin.conf +++ b/contrib/debian/examples/bitcoin.conf @@ -118,9 +118,6 @@ # Transaction Fee Changes in 0.10.0 -# Send transactions as zero-fee transactions if possible (default: 0) -#sendfreetransactions=0 - # Create transactions that have enough fees (or priority) so they are likely to begin confirmation within n blocks (default: 1). # This setting is over-ridden by the -paytxfee option. #txconfirmtarget=n |