| 1023 | } |
| 1024 | |
| 1025 | bool ExpandFromCache(int pos, const DescriptorCache& read_cache, std::vector<CScript>& output_scripts, FlatSigningProvider& out) const final |
| 1026 | { |
| 1027 | return ExpandHelper(pos, DUMMY_SIGNING_PROVIDER, &read_cache, output_scripts, out, nullptr); |
| 1028 | } |
| 1029 | |
| 1030 | // NOLINTNEXTLINE(misc-no-recursion) |
| 1031 | void ExpandPrivate(int pos, const SigningProvider& provider, FlatSigningProvider& out) const final |
no outgoing calls