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