Duplicates the top 4 items
()
| 33 | |
| 34 | /// Duplicates the top 4 items |
| 35 | pub fn OP_4DUP() -> Script { |
| 36 | script! { |
| 37 | OP_2OVER OP_2OVER |
| 38 | } |
| 39 | } |
| 40 | |
| 41 | /// Drops the top 4 items |
| 42 | pub fn OP_4DROP() -> Script { |
nothing calls this directly
no outgoing calls
no test coverage detected