[#wallet-WalletBatch-EraseActiveScriptPubKeyMan] = xref:wallet.adoc[wallet]::xref:wallet/WalletBatch.adoc[WalletBatch]::EraseActiveScriptPubKeyMan :relfileprefix: ../../ :mrdocs: Removes the active ScriptPubKeyMan record for a key type. == Synopsis Declared in `<wallet/walletdb.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool EraseActiveScriptPubKeyMan( uint8_t type, bool internal); ---- == Return Value true if the record was erased. == Parameters [cols="1,4"] |=== | Name| Description | *type* | The output type. | *internal* | Whether this is the internal (change) ScriptPubKeyMan. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#