fix: use correct feature name

This commit is contained in:
Georgios Konstantopoulos 2023-02-21 22:58:27 -08:00 committed by GitHub
parent 746d2329e9
commit 35ce5a909e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ pub use witness::WitnessCalculator;
pub mod circom;
pub use circom::{CircomBuilder, CircomCircuit, CircomConfig, CircomReduction};
#[cfg(feature = "full")]
#[cfg(feature = "ethereum")]
pub mod ethereum;
mod zkey;