(&self)
| 53 | } |
| 54 | |
| 55 | fn generate_taproot_leaf_0_script(&self) -> ScriptBuf { |
| 56 | generate_pay_to_pubkey_taproot_script(&self.n_of_n_taproot_public_key) |
| 57 | } |
| 58 | |
| 59 | fn generate_taproot_leaf_0_tx_in(&self, input: &Input) -> TxIn { |
| 60 | generate_default_tx_in(input) |
no test coverage detected