MCPcopy Create free account
hub / github.com/Bitcoin-ABC/bitcoin-abc / GetOrCreateLegacyScriptPubKeyMan

Method GetOrCreateLegacyScriptPubKeyMan

src/wallet/wallet.cpp:3410–3413  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3408}
3409
3410LegacyScriptPubKeyMan *CWallet::GetOrCreateLegacyScriptPubKeyMan() {
3411 SetupLegacyScriptPubKeyMan();
3412 return GetLegacyScriptPubKeyMan();
3413}
3414
3415void CWallet::SetupLegacyScriptPubKeyMan() {
3416 if (!m_internal_spk_managers.empty() || !m_external_spk_managers.empty() ||

Callers 10

WalletCreateFunction · 0.80
walletdb.cppFile · 0.80
LoadWalletMethod · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80
AddKeyFunction · 0.80
BOOST_FIXTURE_TEST_CASEFunction · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80
util.cppFile · 0.80
TestGUIFunction · 0.80

Calls

no outgoing calls

Tested by 6

BOOST_AUTO_TEST_CASEFunction · 0.64
AddKeyFunction · 0.64
BOOST_FIXTURE_TEST_CASEFunction · 0.64
BOOST_AUTO_TEST_CASEFunction · 0.64
BOOST_AUTO_TEST_CASEFunction · 0.64
TestGUIFunction · 0.64