From b66e959fd02a712d350ce9d2ca5e8b91001973cd Mon Sep 17 00:00:00 2001 From: jonas pauli Date: Sat, 25 May 2024 19:53:07 +0200 Subject: [PATCH] placeholder for ethereum --- client/src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/src/lib.rs b/client/src/lib.rs index c227f61..73e91f7 100644 --- a/client/src/lib.rs +++ b/client/src/lib.rs @@ -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 /*