(&mut self, context: &dyn BaseContext, connector_5: &Connector5)
| 244 | } |
| 245 | |
| 246 | fn finalize_input_2(&mut self, context: &dyn BaseContext, connector_5: &Connector5) { |
| 247 | let input_index = 2; |
| 248 | finalize_musig2_taproot_input( |
| 249 | self, |
| 250 | context, |
| 251 | input_index, |
| 252 | TapSighashType::All, |
| 253 | connector_5.generate_taproot_spend_info(), |
| 254 | ); |
| 255 | } |
| 256 | |
| 257 | fn sign_input_3(&mut self, context: &OperatorContext, connector_c: &ConnectorC) { |
| 258 | let input_index = 3; |
no test coverage detected