MCPcopy Create free account
hub / github.com/ElementsProject/elements / ConnectScriptPubKeyManNotifiers

Method ConnectScriptPubKeyManNotifiers

src/wallet/wallet.cpp:3654–3660  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3652}
3653
3654void CWallet::ConnectScriptPubKeyManNotifiers()
3655{
3656 for (const auto& spk_man : GetActiveScriptPubKeyMans()) {
3657 spk_man->NotifyWatchonlyChanged.connect(NotifyWatchonlyChanged);
3658 spk_man->NotifyCanGetAddressesChanged.connect(NotifyCanGetAddressesChanged);
3659 }
3660}
3661
3662void CWallet::LoadDescriptorScriptPubKeyMan(uint256 id, WalletDescriptor& desc)
3663{

Callers 2

AddWalletFunction · 0.80
importdescriptorsFunction · 0.80

Calls 1

connectMethod · 0.80

Tested by

no test coverage detected