(&mut self, context: &OperatorContext)
| 96 | } |
| 97 | |
| 98 | fn sign_input_0(&mut self, context: &OperatorContext) { |
| 99 | let input_index = 0; |
| 100 | pre_sign_p2wsh_input( |
| 101 | self, |
| 102 | input_index, |
| 103 | EcdsaSighashType::All, |
| 104 | &vec![&context.operator_keypair], |
| 105 | ); |
| 106 | } |
| 107 | } |
| 108 | |
| 109 | impl BaseTransaction for PegOutTransaction { |
no test coverage detected