Mark a transaction (and it in‐wallet descendants) as abandoned so its inputs may be respent.
Synopsis
Declared in <wallet/wallet.h>
bool
AbandonTransaction(Txid const& hashTx);
Return Value
true if the transaction was marked abandoned.
Parameters
Name |
Description |
hashTx |
The txid of the transaction to abandon. |
Created with MrDocs