Skip to content

Commit

Permalink
chore: Update zkey path to use uncompressed arkzkey file
Browse files Browse the repository at this point in the history
  • Loading branch information
seemenkina committed Jan 30, 2025
1 parent 5e50e37 commit 4a77890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rln/tests/ffi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ mod test {
let root_rln_folder = get_tree_root(rln_pointer);

#[cfg(feature = "arkzkey")]
let zkey_path = "./resources/tree_height_20/rln_final.arkzkey";
let zkey_path = "./resources/tree_height_20/rln_final_uncompr.arkzkey";
#[cfg(not(feature = "arkzkey"))]
let zkey_path = "./resources/tree_height_20/rln_final.zkey";
let mut zkey_file = File::open(&zkey_path).expect("no file found");
Expand Down

0 comments on commit 4a77890

Please sign in to comment.