Skip to content

Commit

Permalink
fix: Add serde flatten to properly read prover specific configs
Browse files Browse the repository at this point in the history
  • Loading branch information
petarvujovic98 committed May 10, 2024
1 parent 6f1a95c commit eded602
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions host/src/request.rs
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ pub struct ProofRequestOpt {
/// The proof type.
pub proof_type: Option<String>,
#[command(flatten)]
#[serde(flatten)]
/// Any additional prover params in JSON format.
pub prover_args: ProverSpecificOpts,
}
Expand Down

0 comments on commit eded602

Please sign in to comment.