Skip to content

Commit 64b2b3d

Browse files
committed
Merge #516: Clarify that alloy tests don't actually test timelock mixing
e94efbf Clarify that alloy tests don't actually test timelock mixing (sanket1729) 62219d4 Fix CI (sanket1729) Pull request description: ACKs for top commit: tcharding: ACK e94efbf apoelstra: ACK e94efbf Tree-SHA512: 0e166887d75b7e2b688254a876c8ae9fb8233225aaacd6c963222b95cfa187abcee15ef84921ba684dd054c88bea3c19c1671735fb6102b5d8fe11b4df471f1e
2 parents cecfdc7 + e94efbf commit 64b2b3d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/miniscript/ms_tests.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22073,6 +22073,8 @@ mod tests {
2207322073

2207422074
}
2207522075

22076+
// This does not actually test timelock mixing. See: https://github.com/rust-bitcoin/rust-miniscript/issues/514
22077+
// for details
2207622078
#[test]
2207722079
fn conflict_tests_from_alloy() {
2207822080
#[cfg_attr(feature="cargo-fmt", rustfmt_skip)]

0 commit comments

Comments
 (0)