bitcoind.app
CommandsGuidesContact ↗
Home/Wallet/abandontransaction
Wallet

abandontransaction

Mark in-wallet transaction as abandoned. Marks transaction and all its in-wallet descendants as abandoned which will allow for their inputs to be respent.

Parameters

txidstringREQUIRED
The transaction id

Returns

nullnull on success

Code Examples

curl --user myuser --data-binary '{"jsonrpc":"1.0","id":"1","method":"abandontransaction","params":["txid"]}' -H 'content-type:text/plain;' http://127.0.0.1:8332/

Example Response

null
← Previous
verifymessage
Next →
createwallet

More Wallet Commands

createwalletdumpprivkeygetbalancegetnewaddressgettransactiongetwalletinfo

bitcoind.app — Bitcoin Core RPC Reference

GuidesContact ↗