Skip to content

Commit 6b7e665

Browse files
committed
Fix consenus test to use the new orchard builder return type
1 parent cfaac4b commit 6b7e665

File tree

1 file changed

+1
-1
lines changed
  • zebra-consensus/src/primitives/halo2

1 file changed

+1
-1
lines changed

zebra-consensus/src/primitives/halo2/tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ fn generate_test_vectors() {
6363
.unwrap();
6464
}
6565

66-
let bundle: Bundle<_, i64, OrchardVanilla> = builder.build(rng).unwrap().unwrap().0;
66+
let bundle: Bundle<_, i64, OrchardVanilla> = builder.build(rng).unwrap().0;
6767

6868
let bundle = bundle
6969
.create_proof(&proving_key, rng)

0 commit comments

Comments
 (0)