()
| 198 | } |
| 199 | |
| 200 | function randomProgram() { |
| 201 | const version = rand(0, 16); |
| 202 | const size = rand(2, 41); |
| 203 | return Script.fromProgram(version, random.randomBytes(size)); |
| 204 | } |
| 205 | |
| 206 | function randomRedeem() { |
| 207 | switch (rand(0, 5)) { |
no test coverage detected