(&mut self, context: &dyn BaseContext, connector_0: &Connector0)
| 202 | } |
| 203 | |
| 204 | fn finalize_input_0(&mut self, context: &dyn BaseContext, connector_0: &Connector0) { |
| 205 | let input_index = 0; |
| 206 | finalize_musig2_taproot_input( |
| 207 | self, |
| 208 | context, |
| 209 | input_index, |
| 210 | TapSighashType::All, |
| 211 | connector_0.generate_taproot_spend_info(), |
| 212 | ); |
| 213 | } |
| 214 | |
| 215 | fn sign_input_1(&mut self, context: &OperatorContext) { |
| 216 | let input_index = 1; |
no test coverage detected