MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / AddActiveScriptPubKeyMan

Method AddActiveScriptPubKeyMan

src/wallet/wallet.cpp:3707–3711  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3705}
3706
3707void CWallet::AddActiveScriptPubKeyMan(uint256 id, OutputType type, bool internal)
3708{
3709 WalletBatch batch(GetDatabase());
3710 return AddActiveScriptPubKeyManWithDb(batch, id, type, internal);
3711}
3712
3713void CWallet::AddActiveScriptPubKeyManWithDb(WalletBatch& batch, uint256 id, OutputType type, bool internal)
3714{

Callers 3

ExportWatchOnlyWalletFunction · 0.80
backup.cppFile · 0.80
ImportDescriptorsMethod · 0.80

Calls

no outgoing calls

Tested by 1

ImportDescriptorsMethod · 0.64