wallet::WalletBatch::EraseMasterKey

Erases the master key with the given id.

Synopsis

Declared in <wallet/walletdb.h>

bool
EraseMasterKey(unsigned int id);

Return Value

true if the record was erased.

Parameters

NameDescription
idThe identifier of the master key to erase.