Skip to content

Commit 536d537

Browse files
committed
fix: pk path
1 parent 3e0e711 commit 536d537

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wallet-unit-poc/ecdsa-spartan2/src/config_generator.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ pub fn prove_ecdsa() {
4545

4646
pub fn prove_jwt() {
4747
let circuit = JWTCircuit;
48-
let pk_path = "keys/chunked_jwt_keys/proving_key";
48+
let pk_path = "keys/jwt_proving.key";
4949

5050
// load_proving_chunked_key also can be used here
5151
let pk = load_proving_key(pk_path).expect("load proving key failed");

0 commit comments

Comments
 (0)