bitcoin/src/rpc
Alex Morcos f838005444 No longer allow "free" transactions
Remove -limitfreerelay and always enforce minRelayTxFee in the mempool (except from disconnected blocks)

Remove -relaypriority, the option was only used for the ability to allow free transactions to be relayed regardless of their priority.  Both notions no longer apply.
2017-03-03 16:50:19 -05:00
..
blockchain.cpp Trivial: Rephrase the definition of difficulty in the code. 2017-02-23 22:06:37 -08:00
client.cpp [rpc] Remove estimatepriority and estimatesmartpriority. 2017-02-27 11:23:50 -05:00
client.h rpc: Named argument support for bitcoin-cli 2017-01-10 12:04:54 +01:00
mining.cpp [rpc] Remove estimatepriority and estimatesmartpriority. 2017-02-27 11:23:50 -05:00
misc.cpp No longer allow "free" transactions 2017-03-03 16:50:19 -05:00
net.cpp No longer allow "free" transactions 2017-03-03 16:50:19 -05:00
protocol.cpp Increment MIT Licence copyright header year on files modified in 2016 2016-12-31 11:01:21 -07:00
protocol.h Increment MIT Licence copyright header year on files modified in 2016 2016-12-31 11:01:21 -07:00
rawtransaction.cpp [rpc] sendrawtransaction no longer bypasses minRelayTxFee 2017-02-27 11:23:51 -05:00
register.h Do not shadow global RPC table variable (tableRPC) 2016-08-25 15:02:26 +02:00
server.cpp boost: remove iostreams includes 2017-02-17 15:06:09 -05:00
server.h [wallet] Add include_unsafe argument to listunspent RPC 2017-01-19 11:29:29 -05:00