()
| 26 | } |
| 27 | |
| 28 | pub fn generate_burn_taproot_script() -> ScriptBuf { |
| 29 | generate_pay_to_pubkey_taproot_script(&UNSPENDABLE_TAPROOT_PUBLIC_KEY) |
| 30 | } |
| 31 | |
| 32 | pub fn generate_pay_to_pubkey_script(public_key: &PublicKey) -> ScriptBuf { |
| 33 | script! { |
nothing calls this directly
no test coverage detected