(&mut self, context: &OperatorContext)
| 213 | } |
| 214 | |
| 215 | fn sign_input_1(&mut self, context: &OperatorContext) { |
| 216 | let input_index = 1; |
| 217 | pre_sign_p2wsh_input( |
| 218 | self, |
| 219 | input_index, |
| 220 | EcdsaSighashType::All, |
| 221 | &vec![&context.operator_keypair], |
| 222 | ); |
| 223 | } |
| 224 | |
| 225 | fn sign_input_2( |
| 226 | &mut self, |
no test coverage detected