AbandonTransaction overloads
Declared in <wallet/wallet.h>
Mark a wallet transaction (and its descendants) as abandoned.
[[requires_capability(0x7f2e1e599c68), requires_capability(0x7f2e11aaaa28), requires_capability(0x7f2e16a00818), requires_capability(0x7f2e15f2fcb8), requires_capability(0x7f2e12c6e948)]]
bool
AbandonTransaction(CWalletTx& tx);
» more...
Mark a transaction (and it in-wallet descendants) as abandoned so its inputs may be respent.
bool
AbandonTransaction(Txid const& hashTx);
» more...
true if the transaction was marked abandoned.
| Name | Description |
|---|---|
| tx | The wallet transaction to abandon. |
| hashTx | The txid of the transaction to abandon. |