[#wallet-CWallet-DeactivateScriptPubKeyMan] = xref:wallet.adoc[wallet]::xref:wallet/CWallet.adoc[CWallet]::DeactivateScriptPubKeyMan :relfileprefix: ../../ :mrdocs: Remove specified ScriptPubKeyMan from set of active SPK managers. Writes the change to the wallet file. == Synopsis Declared in `<wallet/wallet.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void DeactivateScriptPubKeyMan( xref:uint256.adoc[uint256] id, xref:OutputType.adoc[OutputType] type, bool internal); ---- == Parameters [cols="1,4"] |=== | Name| Description | *id* [in] | The unique id for the ScriptPubKeyMan | *type* [in] | The OutputType this ScriptPubKeyMan provides addresses for | *internal* [in] | Whether this ScriptPubKeyMan provides change addresses |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#