| 2996 | } |
| 2997 | |
| 2998 | void 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 | |
| 3004 | void DescriptorCache::CacheLastHardenedExtPubKey(uint32_t key_exp_pos, const CExtPubKey& xpub) |
| 3005 | { |
no outgoing calls