(&mut self, context: &dyn BaseContext, connector_b: &ConnectorB)
| 195 | } |
| 196 | |
| 197 | fn finalize_input_0(&mut self, context: &dyn BaseContext, connector_b: &ConnectorB) { |
| 198 | let input_index = 0; |
| 199 | finalize_musig2_taproot_input( |
| 200 | self, |
| 201 | context, |
| 202 | input_index, |
| 203 | TapSighashType::All, |
| 204 | connector_b.generate_taproot_spend_info(), |
| 205 | ); |
| 206 | } |
| 207 | |
| 208 | pub fn pre_sign( |
| 209 | &mut self, |
no test coverage detected