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

Method CacheDerivedExtPubKey

src/script/descriptor.cpp:2998–3002  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2996}
2997
2998void DescriptorCache::CacheDerivedExtPubKey(uint32_t key_exp_pos, uint32_t der_index, const CExtPubKey& xpub)
2999{
3000 auto& xpubs = m_derived_xpubs[key_exp_pos];
3001 xpubs[der_index] = xpub;
3002}
3003
3004void DescriptorCache::CacheLastHardenedExtPubKey(uint32_t key_exp_pos, const CExtPubKey& xpub)
3005{

Callers 4

walletdb.cppFile · 0.80
GetPubKeyMethod · 0.80
MergeAndDiffMethod · 0.80
FUZZ_TARGETFunction · 0.80

Calls

no outgoing calls

Tested by 1

FUZZ_TARGETFunction · 0.64