bitcoin/src/wallet
Alex Morcos 01e06d1fa3 Add new rpc call: abandontransaction
Unconfirmed transactions that are not in your mempool either due to eviction or other means may be unlikely to be mined.  abandontransaction gives the wallet a way to no longer consider as spent the coins that are inputs to such a transaction.  All dependent transactions in the wallet will also be marked as abandoned.
2016-01-13 08:42:04 -05:00
..
test Merge pull request #7205 2016-01-05 14:11:40 +01:00
crypter.cpp Bump copyright headers to 2015 2015-12-13 18:08:39 +01:00
crypter.h Bump copyright headers to 2015 2015-12-13 18:08:39 +01:00
db.cpp Bump copyright headers to 2015 2015-12-13 18:08:39 +01:00
db.h Bump copyright headers to 2015 2015-12-13 18:08:39 +01:00
rpcdump.cpp Bump copyright headers to 2015 2015-12-13 18:08:39 +01:00
rpcwallet.cpp Add new rpc call: abandontransaction 2016-01-13 08:42:04 -05:00
wallet.cpp Add new rpc call: abandontransaction 2016-01-13 08:42:04 -05:00
wallet.h Add new rpc call: abandontransaction 2016-01-13 08:42:04 -05:00
wallet_ismine.cpp Bump copyright headers to 2015 2015-12-13 18:08:39 +01:00
wallet_ismine.h Bump copyright headers to 2015 2015-12-13 18:08:39 +01:00
walletdb.cpp Bump copyright headers to 2015 2015-12-13 18:08:39 +01:00
walletdb.h Bump copyright headers to 2015 2015-12-13 18:08:39 +01:00