Add new rpc call: abandontransaction
commit01e06d1fa365cedb7f5d5e17e6bdf0b526e700c5
authorAlex Morcos <morcos@chaincode.com>
Thu, 7 Jan 2016 21:31:27 +0000 (7 16:31 -0500)
committerAlex Morcos <morcos@chaincode.com>
Wed, 13 Jan 2016 13:42:04 +0000 (13 08:42 -0500)
tree000ae132fa41b0a142377b7b1193a63398caace0
parent9e697172542e2b01517e4025df2c23d0ed5447f4
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.
src/rpcserver.cpp
src/rpcserver.h
src/wallet/rpcwallet.cpp
src/wallet/wallet.cpp
src/wallet/wallet.h