We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfaac4b commit 6b7e665Copy full SHA for 6b7e665
zebra-consensus/src/primitives/halo2/tests.rs
@@ -63,7 +63,7 @@ fn generate_test_vectors() {
63
.unwrap();
64
}
65
66
- let bundle: Bundle<_, i64, OrchardVanilla> = builder.build(rng).unwrap().unwrap().0;
+ let bundle: Bundle<_, i64, OrchardVanilla> = builder.build(rng).unwrap().0;
67
68
let bundle = bundle
69
.create_proof(&proving_key, rng)
0 commit comments