Removes the active ScriptPubKeyMan record for a key type.
Declared in <wallet/walletdb.h>
bool
EraseActiveScriptPubKeyMan(
uint8_t type,
bool internal);
true if the record was erased.
| Name | Description |
|---|---|
| type | The output type. |
| internal | Whether this is the internal (change) ScriptPubKeyMan. |