| 134 | } |
| 135 | |
| 136 | bool PreselectedInput::HasScripts() const |
| 137 | { |
| 138 | return m_script_sig.has_value() || m_script_witness.has_value(); |
| 139 | } |
| 140 | |
| 141 | std::pair<std::optional<CScript>, std::optional<CScriptWitness>> PreselectedInput::GetScripts() const |
| 142 | { |
no test coverage detected