[#wallet-CWallet-AbandonTransaction-00] = xref:wallet.adoc[wallet]::xref:wallet/CWallet.adoc[CWallet]::AbandonTransaction :relfileprefix: ../../ :mrdocs: Mark a transaction (and it in‐wallet descendants) as abandoned so its inputs may be respent. == Synopsis Declared in `<wallet/wallet.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool AbandonTransaction(xref:Txid.adoc[Txid] const& hashTx); ---- == Return Value true if the transaction was marked abandoned. == Parameters [cols="1,4"] |=== | Name| Description | *hashTx* | The txid of the transaction to abandon. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#