| 1424 | } |
| 1425 | |
| 1426 | void DescriptorCache::CacheParentExtPubKey(uint32_t key_exp_pos, const CExtPubKey& xpub) |
| 1427 | { |
| 1428 | m_parent_xpubs[key_exp_pos] = xpub; |
| 1429 | } |
| 1430 | |
| 1431 | void DescriptorCache::CacheDerivedExtPubKey(uint32_t key_exp_pos, uint32_t der_index, const CExtPubKey& xpub) |
| 1432 | { |
no outgoing calls