diff --git a/src/circuit.rs b/src/circuit.rs index afbbf08..6e5f0cd 100644 --- a/src/circuit.rs +++ b/src/circuit.rs @@ -37,6 +37,7 @@ struct EmailCircuitInput { } #[derive(Serialize, Deserialize)] +#[serde(rename_all = "camelCase")] pub struct EmailCircuitParams { pub ignore_body_hash_check: Option, // Flag to ignore the body hash check pub max_header_length: Option, // The maximum length of the email header