1
0
Fork 0
mirror of synced 2025-09-24 04:40:05 +00:00

revert changed tutorial file

This commit is contained in:
schaeff 2022-04-07 18:17:34 +02:00
parent eddb0138ad
commit 8df23f0020

View file

@ -93,7 +93,6 @@ fn cli_export_verifier<T: SolidityCompatibleField, S: SolidityCompatibleScheme<T
let vk = serde_json::from_reader(reader)
.map_err(|why| format!("Could not deserialize verification key: {}", why))?;
println!("exp");
let verifier = S::export_solidity_verifier(vk);
//write output file