| 45 | } |
| 46 | |
| 47 | bool HidingSigningProvider::GetTaprootSpendData(const XOnlyPubKey& output_key, TaprootSpendData& spenddata) const |
| 48 | { |
| 49 | return m_provider->GetTaprootSpendData(output_key, spenddata); |
| 50 | } |
| 51 | |
| 52 | bool FlatSigningProvider::GetCScript(const CScriptID& scriptid, CScript& script) const { return LookupHelper(scripts, scriptid, script); } |
| 53 | bool FlatSigningProvider::GetPubKey(const CKeyID& keyid, CPubKey& pubkey) const { return LookupHelper(pubkeys, keyid, pubkey); } |
no test coverage detected