0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-05 10:17:30 -05:00
bitcoin-bitcoin-core/src/wallet
Suhas Daftuar f62659448c rpc: bumpfee: use correct maximum signed tx size for fee calculation
More accurate than simply adding one byte per input, and properly handles the
case where the original transaction happened to have very small signatures
2017-01-31 20:03:45 -05:00
..
test Fix memory leak in wallet tests 2017-01-12 11:52:53 -08:00
coincontrol.h Increment MIT Licence copyright header year on files modified in 2016 2016-12-31 11:01:21 -07: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 Merge #9353: Add data() method to CDataStream (and use it) 2017-01-09 08:47:47 -08:00
db.h Merge #9353: Add data() method to CDataStream (and use it) 2017-01-09 08:47:47 -08:00
rpcdump.cpp Replace FindLatestBefore used by importmuti with FindEarliestAtLeast. 2017-01-12 14:21:43 +00:00
rpcwallet.cpp rpc: bumpfee: use correct maximum signed tx size for fee calculation 2017-01-31 20:03:45 -05:00
rpcwallet.h Do not shadow global RPC table variable (tableRPC) 2016-08-25 15:02:26 +02:00
wallet.cpp wallet: Refactor dummy signature signing for reusability 2017-01-30 11:47:10 -05:00
wallet.h wallet: Refactor dummy signature signing for reusability 2017-01-30 11:47:10 -05:00
walletdb.cpp Merge #9450: Increment MIT licence copyright header year on files modified in 2016 2017-01-04 12:09:05 +01:00
walletdb.h Merge #9450: Increment MIT licence copyright header year on files modified in 2016 2017-01-04 12:09:05 +01:00