| 1418 | } |
| 1419 | |
| 1420 | bool IsSegwit() const { return m_subdescriptor_args[0]->GetOutputType() == OutputType::BECH32; } |
| 1421 | |
| 1422 | public: |
| 1423 | SHDescriptor(std::unique_ptr<DescriptorImpl> desc) : DescriptorImpl({}, std::move(desc), "sh") {} |
nothing calls this directly
no test coverage detected