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

Method GetOrCreateLegacyScriptPubKeyMan

src/wallet/wallet.cpp:3487–3491  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3485}
3486
3487LegacyScriptPubKeyMan* CWallet::GetOrCreateLegacyScriptPubKeyMan()
3488{
3489 SetupLegacyScriptPubKeyMan();
3490 return GetLegacyScriptPubKeyMan();
3491}
3492
3493void CWallet::SetupLegacyScriptPubKeyMan()
3494{

Callers 7

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

Calls

no outgoing calls

Tested by 3

BOOST_AUTO_TEST_CASEFunction · 0.64
BOOST_FIXTURE_TEST_CASEFunction · 0.64
BOOST_AUTO_TEST_CASEFunction · 0.64