bitcoin/src/wallet
Wladimir J. van der Laan 17d644901b
Merge #13988: Add checks for settxfee reasonableness
317f2cb3f4 test: Check RPC settxfee errors (João Barbosa)
48618daf26 Add checks for settxfee reasonableness (Anthony Towns)

Pull request description:

  When using the `settxfee` RPC, the value is silently ignored if it is less than either than minrelaytxfee or the wallet's mintxfee. This adds an error response if that's going to happen, but still allows "settxfee 0" to deliberately default to the minimum value.

Tree-SHA512: ce685584cf8d6b9ca2cc97196d494220e3892b6a804a458086e04b3a23df281da432ad0a3053106a064c90c541ddb6f6b96a27cf8376d45af1e44449baf88456
2018-08-22 11:10:41 +02:00
..
test Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
coincontrol.cpp Add -avoidpartialspends and m_avoid_partial_spends 2018-07-24 15:05:37 +09:00
coincontrol.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
coinselection.cpp Merge #13780: 0.17: Pre-branch maintenance 2018-08-08 13:55:27 +02:00
coinselection.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
crypter.cpp Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
crypter.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
db.cpp Merge #13780: 0.17: Pre-branch maintenance 2018-08-08 13:55:27 +02:00
db.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
feebumper.cpp Merge #13780: 0.17: Pre-branch maintenance 2018-08-08 13:55:27 +02:00
feebumper.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
fees.cpp Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
fees.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
init.cpp Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
rpcdump.cpp refactor: use fs:: over boost::filesystem:: 2018-08-15 21:05:21 +08:00
rpcwallet.cpp Merge #13988: Add checks for settxfee reasonableness 2018-08-22 11:10:41 +02:00
rpcwallet.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
wallet.cpp Merge #13666: Always create signatures with Low R values 2018-08-13 12:07:20 +02:00
wallet.h Merge #13666: Always create signatures with Low R values 2018-08-13 12:07:20 +02:00
walletdb.cpp don't report minversion wallet entry as unknown 2018-08-14 11:34:27 -04:00
walletdb.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
walletutil.cpp Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
walletutil.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00