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

Method GetOrCreateLegacyDataSPKM

src/wallet/wallet.cpp:3540–3544  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3538}
3539
3540LegacyDataSPKM* CWallet::GetOrCreateLegacyDataSPKM()
3541{
3542 SetupLegacyScriptPubKeyMan();
3543 return GetLegacyDataSPKM();
3544}
3545
3546void CWallet::SetupLegacyScriptPubKeyMan()
3547{

Callers 6

LoadKeyFunction · 0.80
LoadCryptedKeyFunction · 0.80
LoadHDChainFunction · 0.80
walletdb.cppFile · 0.80
WalletMigrationFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected