(&mut self, context: &dyn BaseContext, connector_2: &Connector2)
| 165 | } |
| 166 | |
| 167 | fn finalize_input_0(&mut self, context: &dyn BaseContext, connector_2: &Connector2) { |
| 168 | let input_index = 0; |
| 169 | finalize_musig2_taproot_input( |
| 170 | self, |
| 171 | context, |
| 172 | input_index, |
| 173 | TapSighashType::Single, |
| 174 | connector_2.generate_taproot_spend_info(), |
| 175 | ); |
| 176 | } |
| 177 | |
| 178 | fn sign_input_1( |
| 179 | &mut self, |
no test coverage detected