diff options
| author | MarcoFalke <[email protected]> | 2016-12-20 23:20:31 +0100 |
|---|---|---|
| committer | Alex Morcos <[email protected]> | 2017-02-27 11:23:50 -0500 |
| commit | ddf58c75739efc7509d529002975ea447a269b3a (patch) | |
| tree | eadecbe6bb1e5f82270fcbf83b78e30cc6606007 /contrib/debian/examples | |
| parent | Merge #9875: tests: Fix dangling pwalletMain pointer in wallet tests (diff) | |
| download | discoin-ddf58c75739efc7509d529002975ea447a269b3a.tar.xz discoin-ddf58c75739efc7509d529002975ea447a269b3a.zip | |
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/examples')
| -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 afbc7882e..0c6eaa0a3 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 |