Skip to content

Commit

Permalink
chore: camelCase serde rename for wasm bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
DimiDumo committed Dec 13, 2024
1 parent 542c279 commit e660944
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/circuit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ struct EmailCircuitInput {
}

#[derive(Serialize, Deserialize)]
#[serde(rename_all = "camelCase")]
pub struct EmailCircuitParams {
pub ignore_body_hash_check: Option<bool>, // Flag to ignore the body hash check
pub max_header_length: Option<usize>, // The maximum length of the email header
Expand Down

0 comments on commit e660944

Please sign in to comment.