| 305 | return true; |
| 306 | } |
| 307 | void GetPrivKey(int pos, const SigningProvider& arg, FlatSigningProvider& out) const override |
| 308 | { |
| 309 | m_provider->GetPrivKey(pos, arg, out); |
| 310 | } |
| 311 | std::optional<CPubKey> GetRootPubKey() const override |
| 312 | { |
| 313 | return m_provider->GetRootPubKey(); |
nothing calls this directly
no test coverage detected