(&self)
| 29 | |
| 30 | impl P2wshConnector for Connector3 { |
| 31 | fn generate_script(&self) -> ScriptBuf { |
| 32 | generate_timelock_script(&self.operator_public_key, self.num_blocks_timelock) |
| 33 | } |
| 34 | |
| 35 | fn generate_address(&self) -> Address { |
| 36 | generate_timelock_script_address( |
nothing calls this directly
no test coverage detected