| 649 | } |
| 650 | |
| 651 | bool ExpandFromCache(int pos, const DescriptorCache& read_cache, std::vector<CScript>& output_scripts, FlatSigningProvider& out) const final |
| 652 | { |
| 653 | return ExpandHelper(pos, DUMMY_SIGNING_PROVIDER, &read_cache, output_scripts, out, nullptr); |
| 654 | } |
| 655 | |
| 656 | void ExpandPrivate(int pos, const SigningProvider& provider, FlatSigningProvider& out) const final |
| 657 | { |
no outgoing calls