Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Mason Liang committed Jul 28, 2023
1 parent a3d38ca commit 0dd038f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -902,7 +902,8 @@ fn check_hash_traces_new(traces: &[(bool, HashDomain, Fr, Fr, Fr, bool, bool)])
HashDomain::Branch2
},
],
HashDomain::Branch1 | HashDomain::Branch2 => HashDomain::Branch3,
HashDomain::Branch1 => [HashDomain::Branch1, HashDomain::Branch3],
HashDomain::Branch2 => [HashDomain::Branch2, HashDomain::Branch3],
HashDomain::Branch3 => {
unreachable!("both siblings already present")
}
Expand Down

0 comments on commit 0dd038f

Please sign in to comment.