No longer allow "free" transactions
commitf8380054442d8aca4999277fe7617067edf231b9
authorAlex Morcos <morcos@chaincode.com>
Fri, 20 Jan 2017 03:07:56 +0000 (19 22:07 -0500)
committerAlex Morcos <morcos@chaincode.com>
Fri, 3 Mar 2017 21:50:19 +0000 (3 16:50 -0500)
tree4902b33ac7885e0445adace815b214d1f18e9ccc
parentad727f4eaf1cb3ed7a0e340f690bd804299e698c
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.
qa/rpc-tests/abandonconflict.py
qa/rpc-tests/smartfees.py
src/init.cpp
src/net_processing.cpp
src/rpc/misc.cpp
src/rpc/net.cpp
src/txmempool.h
src/validation.cpp
src/validation.h
src/wallet/wallet.cpp