Skip to content

Commit f98ecbc

Browse files
committed
Add timelock tests
1 parent e0af5b7 commit f98ecbc

File tree

2 files changed

+1856
-0
lines changed

2 files changed

+1856
-0
lines changed

src/miniscript/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ use std::sync::Arc;
5454
use MiniscriptKey;
5555
use {expression, Error, ForEach, ForEachKey, ToPublicKey, TranslatePk};
5656

57+
#[cfg(test)]
58+
mod ms_tests;
5759
/// Top-level script AST type
5860
#[derive(Clone, Hash)]
5961
pub struct Miniscript<Pk: MiniscriptKey, Ctx: ScriptContext> {

0 commit comments

Comments
 (0)