elements/src/wallet
Wladimir J. van der Laan 0fdf810d26 wallet: Change default confirm target from 2 to 6
Recent discussion (in IRC meetings, and e.g. #8989) has shown a
preference for the default confirm target for smartfees to be 6 instead
of 2, to avoid overpaying fees for questionable gain.

6 is also a compromise between the GUI's pre-#8989 value of 25 and the
bitcoind `-txconfirmtarget` default of 2. These were unified in #8989,
but this has made the (overly expensive) default of 2 as GUI default.
2016-10-28 14:15:46 +02:00
..
test Kill insecure_random and associated global state 2016-10-17 13:08:35 +02:00
coincontrol.h CoinControl: add option for custom confirmation target 2016-10-28 10:44:30 +02:00
crypter.cpp crypter: add a BytesToKey clone to replace the use of openssl 2016-05-13 10:23:04 +02:00
crypter.h crypter: add tests for crypter 2016-05-13 10:23:04 +02:00
db.cpp Do not shadow variables. 2016-08-31 16:16:05 +02:00
db.h [Wallet] remove unused code/conditions in ReadAtCursor 2016-08-23 15:36:23 +02:00
rpcdump.cpp RPC: importmulti: Avoid using boost::variant::operator!=, which is only in newer boost versions 2016-10-20 10:18:05 +00:00
rpcwallet.cpp Merge #9016: Return useful error message on ATMP failure 2016-10-28 13:49:15 +02:00
rpcwallet.h Do not shadow global RPC table variable (tableRPC) 2016-08-25 15:02:26 +02:00
wallet.cpp Merge #8989: [Qt] overhaul smart-fee slider, adjust default confirmation target 2016-10-28 14:14:55 +02:00
wallet.h wallet: Change default confirm target from 2 to 6 2016-10-28 14:15:46 +02:00
walletdb.cpp Merge #8629: C++11: s/boost::scoped_ptr/std::unique_ptr/ 2016-09-02 09:56:33 +02:00
walletdb.h [WIP] Remove unused statement in serialization 2016-09-09 13:59:34 +02:00