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

Method CacheLastHardenedExtPubKey

src/script/descriptor.cpp:1437–1440  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1435}
1436
1437void DescriptorCache::CacheLastHardenedExtPubKey(uint32_t key_exp_pos, const CExtPubKey& xpub)
1438{
1439 m_last_hardened_xpubs[key_exp_pos] = xpub;
1440}
1441
1442bool DescriptorCache::GetCachedParentExtPubKey(uint32_t key_exp_pos, CExtPubKey& xpub) const
1443{

Callers 3

walletdb.cppFile · 0.80
GetPubKeyMethod · 0.80
MergeAndDiffMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected