| 232 | return true; |
| 233 | } |
| 234 | bool GetPrivKey(int pos, const SigningProvider& arg, CKey& key) const override |
| 235 | { |
| 236 | return m_provider->GetPrivKey(pos, arg, key); |
| 237 | } |
| 238 | }; |
| 239 | |
| 240 | /** An object representing a parsed constant public key in a descriptor. */ |
nothing calls this directly
no test coverage detected