| 43 | } |
| 44 | |
| 45 | bool GetKeyOriginByXOnly(const XOnlyPubKey& pubkey, KeyOriginInfo& info) const |
| 46 | { |
| 47 | for (const auto& id : pubkey.GetKeyIDs()) { |
| 48 | if (GetKeyOrigin(id, info)) return true; |
| 49 | } |
| 50 | return false; |
| 51 | } |
| 52 | }; |
| 53 | |
| 54 | extern const SigningProvider& DUMMY_SIGNING_PROVIDER; |
no test coverage detected