kevacoin/src/wallet
Alex Morcos f135923ee2 Add RPC options for RBF, confirmation target, and conservative fee estimation.
Add support for setting each of these attributes on a per RPC call basis to sendtoaddress, sendmany, fundrawtransaction (already had RBF), and bumpfee (already had RBF and conf target).
2017-07-10 12:40:02 -04:00
..
test scripted-diff: Remove #include <boost/foreach.hpp> 2017-06-22 03:48:52 +02:00
coincontrol.h Introduce a fee estimate mode. 2017-07-06 22:20:23 -04:00
crypter.cpp Merge #10193: scripted-diff: Remove #include <boost/foreach.hpp> 2017-07-04 18:05:18 +02:00
crypter.h Use the override specifier (C++11) where we expect to be overriding the virtual function of a base class 2017-06-28 02:12:06 +02:00
db.cpp Merge #10193: scripted-diff: Remove #include <boost/foreach.hpp> 2017-07-04 18:05:18 +02:00
db.h Add missing include for atomic in db.h 2017-06-12 14:39:48 -04:00
feebumper.cpp Add RPC options for RBF, confirmation target, and conservative fee estimation. 2017-07-10 12:40:02 -04:00
feebumper.h Add RPC options for RBF, confirmation target, and conservative fee estimation. 2017-07-10 12:40:02 -04:00
rpcdump.cpp Merge #10193: scripted-diff: Remove #include <boost/foreach.hpp> 2017-07-04 18:05:18 +02:00
rpcwallet.cpp Add RPC options for RBF, confirmation target, and conservative fee estimation. 2017-07-10 12:40:02 -04:00
rpcwallet.h Move wallet RPC declarations to rpcwallet.h 2017-02-27 20:45:18 +00:00
wallet.cpp Change default fee estimation mode. 2017-07-06 22:20:23 -04:00
wallet.h Change default fee estimation mode. 2017-07-06 22:20:23 -04:00
walletdb.cpp Merge #10193: scripted-diff: Remove #include <boost/foreach.hpp> 2017-07-04 18:05:18 +02:00
walletdb.h wallet: Include actual backup filename in recovery warning message 2017-06-06 21:17:09 +00:00