(&self)
| 31 | } |
| 32 | |
| 33 | fn generate_taproot_leaf_0_script(&self) -> ScriptBuf { |
| 34 | generate_pay_to_pubkey_taproot_script(&self.operator_taproot_public_key) |
| 35 | } |
| 36 | |
| 37 | fn generate_taproot_leaf_0_tx_in(&self, input: &Input) -> TxIn { |
| 38 | generate_default_tx_in(input) |
no test coverage detected