Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelm41 committed Nov 21, 2024
1 parent 0632dd3 commit 10122a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zcashtools/neon/native/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ impl ZcashBuilderBridge {
AuthorisationStatus::Unauthorized(mut builder) => {
let mut prover =
txprover::LocalTxProver::new(Path::new(spendpath), Path::new(outputpath));
let res = builder.build(consensus::BranchId::Nu5, tx_ver, &mut prover);
let res = builder.build(consensus::BranchId::Nu6, tx_ver, &mut prover);
match res {
Ok(_) => self.zcashbuilder = AuthorisationStatus::Unauthorized(builder),
Err(ref e) => {
Expand Down

0 comments on commit 10122a5

Please sign in to comment.