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

Name

Description

type

The output type.

internal

Whether this is the internal (change) ScriptPubKeyMan.

Created with MrDocs