(&mut self, context: &dyn BaseContext, connector_b: &ConnectorB)
| 156 | } |
| 157 | |
| 158 | fn finalize_input_0(&mut self, context: &dyn BaseContext, connector_b: &ConnectorB) { |
| 159 | let input_index = 0; |
| 160 | finalize_musig2_taproot_input( |
| 161 | self, |
| 162 | context, |
| 163 | input_index, |
| 164 | TapSighashType::All, |
| 165 | connector_b.generate_taproot_spend_info(), |
| 166 | ); |
| 167 | } |
| 168 | |
| 169 | pub fn pre_sign( |
| 170 | &mut self, |
no test coverage detected