Skip to content

Commit

Permalink
placeholder for ethereum
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas089 committed May 25, 2024
1 parent e9b948e commit b66e959
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ pub fn run(cli: Cli) {
.expect("");
let public_identity = Signature::from_slice(&verified_user.public_identity).expect("");

#[cfg(feature = "groth16")]
let SUBMIT_TO_LAYER_ONE = "CALL_TO_GROTH_16";
// todo: generate an optimized groth16 wrapper proof and submit it to ETH
/*
Expand Down

0 comments on commit b66e959

Please sign in to comment.