0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-03-09 15:37:00 -04:00
bitcoin-core/src/wallet
Russell Yanofsky 88b8f0b682 Simplify feebumper minimum fee code slightly
No change in behavior. Get rid of specifiedConfirmTarget if/else block and
rename specifiedConfirmTarget and ignoreUserSetFee variables to
ignoreGlobalPayTxFee.
2017-05-25 10:13:28 -04:00
..
test Merge #10295: [qt] Move some WalletModel functions into CWallet 2017-05-23 19:32:52 +02:00
coincontrol.h remove minimum total fee option 2017-05-11 22:28:46 -04:00
crypter.cpp Increment MIT Licence copyright header year on files modified in 2016 2016-12-31 11:01:21 -07:00
crypter.h Increment MIT Licence copyright header year on files modified in 2016 2016-12-31 11:01:21 -07:00
db.cpp Remove unused C++ code not covered by unit tests 2017-04-26 21:20:02 +02:00
db.h [wallet] Securely erase potentially sensitive keys/values 2017-05-03 11:35:51 -07:00
feebumper.cpp Simplify feebumper minimum fee code slightly 2017-05-25 10:13:28 -04:00
feebumper.h Simplify feebumper minimum fee code slightly 2017-05-25 10:13:28 -04:00
rpcdump.cpp Fix importwallet edge case rescan bug 2017-05-16 11:34:28 -04:00
rpcwallet.cpp Simplify feebumper minimum fee code slightly 2017-05-25 10:13:28 -04:00
rpcwallet.h Move wallet RPC declarations to rpcwallet.h 2017-02-27 20:45:18 +00:00
wallet.cpp Simplify feebumper minimum fee code slightly 2017-05-25 10:13:28 -04:00
wallet.h Simplify feebumper minimum fee code slightly 2017-05-25 10:13:28 -04:00
walletdb.cpp Merge #8329: Consensus: MOVEONLY: Move functions for tx verification 2017-05-18 21:01:49 +02:00
walletdb.h wallet: Add comment describing the various classes in walletdb.h 2017-04-21 16:04:26 +02:00