| 644 | } |
| 645 | |
| 646 | bool Expand(int pos, const SigningProvider& provider, std::vector<CScript>& output_scripts, FlatSigningProvider& out, DescriptorCache* write_cache = nullptr) const final |
| 647 | { |
| 648 | return ExpandHelper(pos, provider, nullptr, output_scripts, out, write_cache); |
| 649 | } |
| 650 | |
| 651 | bool ExpandFromCache(int pos, const DescriptorCache& read_cache, std::vector<CScript>& output_scripts, FlatSigningProvider& out) const final |
| 652 | { |
no outgoing calls