(&mut self, context: &dyn BaseContext, connector_1: &Connector1)
| 197 | } |
| 198 | |
| 199 | fn finalize_input_1(&mut self, context: &dyn BaseContext, connector_1: &Connector1) { |
| 200 | let input_index = 1; |
| 201 | finalize_musig2_taproot_input( |
| 202 | self, |
| 203 | context, |
| 204 | input_index, |
| 205 | TapSighashType::None, |
| 206 | connector_1.generate_taproot_spend_info(), |
| 207 | ); |
| 208 | } |
| 209 | |
| 210 | pub fn pre_sign( |
| 211 | &mut self, |
no test coverage detected