| 1429 | } |
| 1430 | |
| 1431 | void DescriptorCache::CacheDerivedExtPubKey(uint32_t key_exp_pos, uint32_t der_index, const CExtPubKey& xpub) |
| 1432 | { |
| 1433 | auto& xpubs = m_derived_xpubs[key_exp_pos]; |
| 1434 | xpubs[der_index] = xpub; |
| 1435 | } |
| 1436 | |
| 1437 | void DescriptorCache::CacheLastHardenedExtPubKey(uint32_t key_exp_pos, const CExtPubKey& xpub) |
| 1438 | { |
no outgoing calls