Erases the wallet transaction with the given txid.
Synopsis
Declared in <wallet/walletdb.h>
bool
EraseTx(Txid hash);
Return Value
true if the record was erased.
Parameters
Name |
Description |
hash |
The txid of the transaction to erase. |
Created with MrDocs