| 50 | } |
| 51 | |
| 52 | bool HidingSigningProvider::GetTaprootSpendData(const XOnlyPubKey& output_key, TaprootSpendData& spenddata) const |
| 53 | { |
| 54 | return m_provider->GetTaprootSpendData(output_key, spenddata); |
| 55 | } |
| 56 | bool HidingSigningProvider::GetTaprootBuilder(const XOnlyPubKey& output_key, TaprootBuilder& builder) const |
| 57 | { |
| 58 | return m_provider->GetTaprootBuilder(output_key, builder); |
no test coverage detected