wallet::WalletBatch::EraseTx

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

NameDescription
hashThe txid of the transaction to erase.