| 1419 | } |
| 1420 | |
| 1421 | std::unique_ptr<Descriptor> InferDescriptor(const CScript& script, const SigningProvider& provider) |
| 1422 | { |
| 1423 | return InferScript(script, ParseScriptContext::TOP, provider); |
| 1424 | } |
| 1425 | |
| 1426 | void DescriptorCache::CacheParentExtPubKey(uint32_t key_exp_pos, const CExtPubKey& xpub) |
| 1427 | { |