Skip to content

Commit

Permalink
don't skip Orchard test vectors now that we can parse them
Browse files Browse the repository at this point in the history
  • Loading branch information
conradoplg committed May 21, 2021
1 parent 224e104 commit dd5e2fb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions zebra-chain/src/transaction/tests/vectors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -888,9 +888,7 @@ fn test_vec243_3() -> Result<()> {
fn zip244_sighash() -> Result<()> {
zebra_test::init();

// TODO: we don't support Orchard deserialization yet; so test it only
// with a fixed transaction that does not use it
for test in zip0244::TEST_VECTORS[0..1].iter() {
for test in zip0244::TEST_VECTORS.iter() {
let transaction = test.tx.zcash_deserialize_into::<Transaction>()?;
let input = match test.amount {
Some(amount) => Some((
Expand Down

0 comments on commit dd5e2fb

Please sign in to comment.