(&mut self, context: &dyn BaseContext, connector_1: &Connector1)
| 139 | } |
| 140 | |
| 141 | fn finalize_input_0(&mut self, context: &dyn BaseContext, connector_1: &Connector1) { |
| 142 | let input_index = 0; |
| 143 | finalize_musig2_taproot_input( |
| 144 | self, |
| 145 | context, |
| 146 | input_index, |
| 147 | TapSighashType::Single, |
| 148 | connector_1.generate_taproot_spend_info(), |
| 149 | ); |
| 150 | } |
| 151 | |
| 152 | pub fn pre_sign( |
| 153 | &mut self, |
no test coverage detected