0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-05 10:17:30 -05:00
bitcoin-bitcoin-core/src/wallet
MarcoFalke ddf58c7573 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.
2017-02-27 11:23:50 -05:00
..
test tests: Fix dangling pwalletMain pointer in wallet tests 2017-02-27 13:15:39 +01:00
coincontrol.h Increment MIT Licence copyright header year on files modified in 2016 2016-12-31 11:01:21 -07:00
crypter.cpp Increment MIT Licence copyright header year on files modified in 2016 2016-12-31 11:01:21 -07:00
crypter.h Increment MIT Licence copyright header year on files modified in 2016 2016-12-31 11:01:21 -07:00
db.cpp Merge #9227: Make nWalletDBUpdated atomic to avoid a potential race. 2017-02-06 16:14:17 +01:00
db.h Merge #9227: Make nWalletDBUpdated atomic to avoid a potential race. 2017-02-06 16:14:17 +01:00
rpcdump.cpp Merge #9773: Return errors from importmulti if complete rescans are not successful 2017-02-22 12:43:11 +01:00
rpcwallet.cpp Update sendfrom RPC help to correct coin selection misconception 2017-02-23 13:44:12 -05:00
rpcwallet.h Do not shadow global RPC table variable (tableRPC) 2016-08-25 15:02:26 +02:00
wallet.cpp wallet: Remove sendfree 2017-02-27 11:23:50 -05:00
wallet.h wallet: Remove sendfree 2017-02-27 11:23:50 -05:00
walletdb.cpp Add missing cs_wallet lock that triggers new lock held assertion 2017-02-15 17:01:30 -05:00
walletdb.h Use importmulti timestamp when importing watch only keys 2017-02-10 16:11:19 -05:00