()
| 4 | use crate::treepp::{script, Script}; |
| 5 | |
| 6 | pub fn OP_CHECKSEQUENCEVERIFY() -> Script { |
| 7 | script! {OP_CSV} |
| 8 | } |
| 9 | |
| 10 | /// OP_4PICK |
| 11 | /// The 4 items n back in the stack are copied to the top. |
nothing calls this directly
no outgoing calls
no test coverage detected