Skip to content

Commit 23c6cdf

Browse files
authored
chore: regenerate test vectors for winternitz (BitVM#406)
1 parent a977a21 commit 23c6cdf

2 files changed

Lines changed: 4051 additions & 4179 deletions

File tree

bitvm/src/signatures/public.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -860,7 +860,6 @@ mod tests {
860860
assert!(execute_script(compact_script).success);
861861
}
862862

863-
/*
864863
#[test]
865864
fn verify_test_vectors() -> io::Result<()> {
866865
let test_vectors = load_test_vectors()?;
@@ -876,5 +875,4 @@ mod tests {
876875

877876
Ok(())
878877
}
879-
*/
880878
}

0 commit comments

Comments
 (0)