(&self)
| 39 | } |
| 40 | |
| 41 | fn generate_taproot_leaf_1_script(&self) -> ScriptBuf { |
| 42 | generate_pay_to_pubkey_taproot_script(&self.operator_taproot_public_key) |
| 43 | } |
| 44 | |
| 45 | fn generate_taproot_leaf_1_tx_in(&self, input: &Input) -> TxIn { |
| 46 | generate_default_tx_in(input) |
no test coverage detected