wallet::WalletBatch::EraseActiveScriptPubKeyMan

Removes the active ScriptPubKeyMan record for a key type.

Synopsis

Declared in <wallet/walletdb.h>

bool
EraseActiveScriptPubKeyMan(
    uint8_t type,
    bool internal);

Return Value

true if the record was erased.

Parameters

NameDescription
typeThe output type.
internalWhether this is the internal (change) ScriptPubKeyMan.